Skip to content

Commit

Permalink
v0.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 committed Feb 23, 2021
1 parent 5bbe1d2 commit 7719c45
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.9
current_version = 0.5.10

[bumpversion:file:setup.cfg]

Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v0.5.10](https://github.com/oceanprotocol/ocean-contracts/compare/v0.5.9...v0.5.10)

- deploy to polygon [`#268`](https://github.com/oceanprotocol/ocean-contracts/pull/268)
- v0.5.9 [`#266`](https://github.com/oceanprotocol/ocean-contracts/pull/266)
- prepare for a new release [`5bbe1d2`](https://github.com/oceanprotocol/ocean-contracts/commit/5bbe1d26c586fc5f5b8338c377e2515ceef6ca86)
- fix lint [`d8f66cb`](https://github.com/oceanprotocol/ocean-contracts/commit/d8f66cb5c9a4479eb076d1c61c0e7c73b31263ab)
- remove non-erc20 test [`c12caab`](https://github.com/oceanprotocol/ocean-contracts/commit/c12caab0144eb369295e1f9bb942a2bac6c88669)

#### [v0.5.9](https://github.com/oceanprotocol/ocean-contracts/compare/v0.5.8...v0.5.9)

> 4 February 2021
- Fix for #263 - broken links [`#264`](https://github.com/oceanprotocol/ocean-contracts/pull/264)
- Deprecate deployment mds [`#260`](https://github.com/oceanprotocol/ocean-contracts/pull/260)
- Release/v0.5.8 [`#259`](https://github.com/oceanprotocol/ocean-contracts/pull/259)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/contracts",
"version": "0.5.9",
"version": "0.5.10",
"description": "Ocean Protocol L1 - DataTokens",
"bugs": {
"url": "https://github.com/oceanprotocol/contracts/issues"
Expand Down Expand Up @@ -79,9 +79,9 @@
"eslint-config-oceanprotocol": "^1.5.0",
"openzeppelin-solidity": "^2.5.0",
"release-it": "^13.6.2",
"solc": "^0.5.9",
"solc": "^0.5.10",
"solidity-coverage": "0.7.5",
"solidity-docgen": "^0.5.9",
"solidity-docgen": "^0.5.10",
"solium": "^1.2.5",
"solium-plugin-security": "^0.1.1",
"truffle": "^5.1.43",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.9
current_version = 0.5.10
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/oceanprotocol/ocean-contracts',
version='0.5.9',
version='0.5.10',
zip_safe=False,
)

0 comments on commit 7719c45

Please sign in to comment.