Skip to content

Commit

Permalink
v0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
0x3bfc committed Oct 22, 2020
1 parent d4e8292 commit 8b32d33
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[bumpversion]
current_version = 0.5.6
current_version = 0.5.7

[bumpversion:file:setup.cfg]

[bumpversion:file:setup.py]

[bumpversion:file:package.json]

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,27 @@ 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.7](https://github.com/oceanprotocol/ocean-contracts/compare/v0.5.6...v0.5.7)

> 22 October 2020
- Feature/mainnet deployment [`#250`](https://github.com/oceanprotocol/ocean-contracts/pull/250)
- v0.5.6 [`#247`](https://github.com/oceanprotocol/ocean-contracts/pull/247)
- mainnet deployment [`d14b753`](https://github.com/oceanprotocol/ocean-contracts/commit/d14b753eb2be95b4f436b798fd6e0c3b40f4adea)
- prepare for a new release [`d4e8292`](https://github.com/oceanprotocol/ocean-contracts/commit/d4e8292e0fe4d3ba69b2c77072bb35635a3f54bf)
- rebase the rinkeby addresses [`9418606`](https://github.com/oceanprotocol/ocean-contracts/commit/9418606a2abf697d87f9f430cb7c4bb44dee25c4)

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

> 14 October 2020
- Fix/token template cap [`#245`](https://github.com/oceanprotocol/ocean-contracts/pull/245)
- Fix/minor-docs-issues [`#246`](https://github.com/oceanprotocol/ocean-contracts/pull/246)
- Fix missing address.json [`#243`](https://github.com/oceanprotocol/ocean-contracts/pull/243)
- Fix/rinkeby addresses [`#239`](https://github.com/oceanprotocol/ocean-contracts/pull/239)
- revert package-lock file changes except for the release version [`fae5f11`](https://github.com/oceanprotocol/ocean-contracts/commit/fae5f11594058dd8d6ef8260d2b79fcee23fa748)
- fix lint error [`c3e61e3`](https://github.com/oceanprotocol/ocean-contracts/commit/c3e61e3600dfeece9f6960f013d8a15c24947c60)
- update changelog. [`03577de`](https://github.com/oceanprotocol/ocean-contracts/commit/03577de4a130aee998bc0c22354f0ac7ea6aec57)

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

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/contracts",
"version": "0.5.6",
"version": "0.5.7",
"description": "Ocean Protocol L1 - DataTokens",
"bugs": {
"url": "https://github.com/oceanprotocol/contracts/issues"
Expand Down Expand Up @@ -80,7 +80,7 @@
"release-it": "^13.6.2",
"solc": "^0.5.7",
"solidity-coverage": "0.7.5",
"solidity-docgen": "^0.5.6",
"solidity-docgen": "^0.5.7",
"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.6
current_version = 0.5.7
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.6',
version='0.5.7',
zip_safe=False,
)

0 comments on commit 8b32d33

Please sign in to comment.