Skip to content

Commit

Permalink
v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 committed Jun 10, 2021
1 parent 3d4dc8e commit fc57068
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 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.6.3
current_version = 0.6.4

[bumpversion:file:setup.cfg]

Expand Down
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,15 @@ 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.6.3](https://github.com/oceanprotocol/contracts/compare/v0.6.2...v0.6.3)
#### [v0.6.4](https://github.com/oceanprotocol/contracts/compare/v0.6.2...v0.6.4)

- add bsc [`#319`](https://github.com/oceanprotocol/contracts/pull/319)
- add gaia-x & mumbai [`#317`](https://github.com/oceanprotocol/contracts/pull/317)
- Release/v0.6.3 [`#313`](https://github.com/oceanprotocol/contracts/pull/313)
- Remove remnants of ocean_abis, replace with artifacts [`#312`](https://github.com/oceanprotocol/contracts/pull/312)
- Release/v0.6.2 [`#311`](https://github.com/oceanprotocol/contracts/pull/311)
- prepare for a new release [`f1f83bf`](https://github.com/oceanprotocol/contracts/commit/f1f83bf1c9e7e73ad6f760c937ca771b93d04a4a)
- Remove rinkeby deploy step from RELEASE_PROCESS, trim trailing whitespace [`3fbcfb0`](https://github.com/oceanprotocol/contracts/commit/3fbcfb0a5ae44acc972190075286602f810ee325)
- make chainId number [`0b3ea54`](https://github.com/oceanprotocol/contracts/commit/0b3ea547bff57a4655cc3113c5b597f2f13c90a5)
- have startBlock as numbers [`496be4d`](https://github.com/oceanprotocol/contracts/commit/496be4d918c4ae13529daa4f66b3a616d9138345)

#### [v0.6.2](https://github.com/oceanprotocol/contracts/compare/v0.6.1...v0.6.2)

Expand Down Expand Up @@ -95,7 +98,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- release/v0.5.12 [`#287`](https://github.com/oceanprotocol/contracts/pull/287)
- prepare for a new release [`075a5a5`](https://github.com/oceanprotocol/contracts/commit/075a5a5efb70dab2b227e07fa57735b726027139)
- add ownerWithdraw [`73cb6db`](https://github.com/oceanprotocol/contracts/commit/73cb6db6b4da850083a282604df0653374417c60)
- prepare for a new release [`21b6778`](https://github.com/oceanprotocol/contracts/commit/21b6778b4e4e3a61e64871b7525f11b33834c0ad)
- prepare for a new release [`6d11eb0`](https://github.com/oceanprotocol/contracts/commit/6d11eb05807acae0af281cd94c0591f976e05171)

#### [v0.5.12](https://github.com/oceanprotocol/contracts/compare/v0.5.11...v0.5.12)

Expand Down Expand Up @@ -592,4 +595,4 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix: github solidity linguist detection [`#12`](https://github.com/oceanprotocol/contracts/pull/12)
- add nile artifacts [`3af1ee6`](https://github.com/oceanprotocol/contracts/commit/3af1ee6b5feba708eaa08cc0a3475fc5a75197b1)
- fix packages [`f91aaa2`](https://github.com/oceanprotocol/contracts/commit/f91aaa2072067f842835f3b0caaed3ab6589bd67)
- fix remove oz os [`a15b905`](https://github.com/oceanprotocol/contracts/commit/a15b9055bfc6eca9fa9711870556b1aed6a6742b)
- fix solidity-coverage [`9b19e92`](https://github.com/oceanprotocol/contracts/commit/9b19e9245a6531aa1517bdc878bf1cfbb176034d)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/contracts",
"version": "0.6.3",
"version": "0.6.4",
"description": "Ocean Protocol L1 - DataTokens",
"bugs": {
"url": "https://github.com/oceanprotocol/contracts/issues"
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.6.3
current_version = 0.6.4
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 @@ -37,6 +37,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/oceanprotocol/ocean-contracts',
version='0.6.3',
version='0.6.4',
zip_safe=False,
)

0 comments on commit fc57068

Please sign in to comment.