Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0x3bfc committed Aug 29, 2020
1 parent 3889a86 commit d74cb09
Show file tree
Hide file tree
Showing 6 changed files with 28 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.3.5
current_version = 0.4.0

[bumpversion:file:setup.cfg]

Expand Down
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ 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.2.5](https://github.com/oceanprotocol/ocean-contracts/compare/v0.3.5...v0.2.5)

> 29 August 2020
- fix/clean-up [`#177`](https://github.com/oceanprotocol/ocean-contracts/pull/177)
- Feature/community fee collector [`#176`](https://github.com/oceanprotocol/ocean-contracts/pull/176)
- Fix/exchange-setup-assertion [`#173`](https://github.com/oceanprotocol/ocean-contracts/pull/173)
- Remove naming of new Datatokens internally. Name and symbol now has t… [`#175`](https://github.com/oceanprotocol/ocean-contracts/pull/175)
- add FixedPrice helpers [`#172`](https://github.com/oceanprotocol/ocean-contracts/pull/172)
- Feature/ocean fee [`#167`](https://github.com/oceanprotocol/ocean-contracts/pull/167)
- Fix publishing artifacts to pypi package [`#169`](https://github.com/oceanprotocol/ocean-contracts/pull/169)
- feature/rename-spool-sfactory [`#170`](https://github.com/oceanprotocol/ocean-contracts/pull/170)
- Feature/update fixed rate exchange docs [`#166`](https://github.com/oceanprotocol/ocean-contracts/pull/166)
- Feature/update ddo docs [`#165`](https://github.com/oceanprotocol/ocean-contracts/pull/165)
- Feature/DDOOwnershipTransfer [`#164`](https://github.com/oceanprotocol/ocean-contracts/pull/164)
- On-chain history [`#136`](https://github.com/oceanprotocol/ocean-contracts/pull/136)
- Release/v0.3.5 [`#159`](https://github.com/oceanprotocol/ocean-contracts/pull/159)
- update DDO events parameters [`#158`](https://github.com/oceanprotocol/ocean-contracts/pull/158)
- prepare docs for release v0.4 [`3889a86`](https://github.com/oceanprotocol/ocean-contracts/commit/3889a86d7d8a9df448378674ef56937e6a05646d)
- Rename SPool to BPool [`39b9400`](https://github.com/oceanprotocol/ocean-contracts/commit/39b94004764953844ac2bf4bd0112873a236f1ee)
- remove converter [`dfe2bae`](https://github.com/oceanprotocol/ocean-contracts/commit/dfe2bae1404cf6361ff01866efc2df650c466c54)

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

> 18 August 2020
Expand Down Expand Up @@ -74,7 +96,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- rename factory contract [`#118`](https://github.com/oceanprotocol/ocean-contracts/pull/118)
- Fix/balancer contracts [`#117`](https://github.com/oceanprotocol/ocean-contracts/pull/117)
- add missing files [`#116`](https://github.com/oceanprotocol/ocean-contracts/pull/116)
- Add Balancer pool (BPool) and its factory (BFactory) [`#115`](https://github.com/oceanprotocol/ocean-contracts/pull/115)
- Add Balancer pool (SPool) and its factory (SFactory) [`#115`](https://github.com/oceanprotocol/ocean-contracts/pull/115)
- update artifacts [`c171545`](https://github.com/oceanprotocol/ocean-contracts/commit/c1715453d4949450cb04c84e9960d9f1fec23568)
- fix compile [`680d886`](https://github.com/oceanprotocol/ocean-contracts/commit/680d8863ed9fd9a74e34a1c133261ec0a1ed0240)
- add Balancer pool and its factory. The 'S' is for slave, as we will eventually have a master pool and factory too. [`ae78eb5`](https://github.com/oceanprotocol/ocean-contracts/commit/ae78eb52e413156439d0dcdb7fcff04700b2969f)
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.

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.3.5",
"version": "0.4.0",
"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.3.5
current_version = 0.4.0
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.3.5',
version='0.4.0',
zip_safe=False,
)

0 comments on commit d74cb09

Please sign in to comment.