Skip to content

Commit d9f14a5

Browse files
committed
v0.5.2
1 parent afa81fb commit d9f14a5

28 files changed

+75
-25
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.1
2+
current_version = 0.5.2
33

44
[bumpversion:file:setup.cfg]
55

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d
44

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

7+
#### [v0.5.2](https://github.com/oceanprotocol/ocean-contracts/compare/v0.5.1...v0.5.2)
8+
9+
> 1 October 2020
10+
11+
- Fix/Release-Process [`#230`](https://github.com/oceanprotocol/ocean-contracts/pull/230)
12+
- Use block.timestamp for orders logs [`#231`](https://github.com/oceanprotocol/ocean-contracts/pull/231)
13+
- Fix/Minor-deployment-update [`#229`](https://github.com/oceanprotocol/ocean-contracts/pull/229)
14+
- Release/v0.5.1 [`#228`](https://github.com/oceanprotocol/ocean-contracts/pull/228)
15+
- prepare for a new release [`afa81fb`](https://github.com/oceanprotocol/ocean-contracts/commit/afa81fb86378633af714c6720ff764bf92f7c01b)
16+
- update addresses [`cf9bf31`](https://github.com/oceanprotocol/ocean-contracts/commit/cf9bf312394188a615e7691034e0116b603238a0)
17+
- Update DataTokenTemplate.sol [`038a558`](https://github.com/oceanprotocol/ocean-contracts/commit/038a55863ad193cace5a8781f68fbfab80208f28)
18+
719
#### [v0.5.1](https://github.com/oceanprotocol/ocean-contracts/compare/v0.5.0...v0.5.1)
820

921
> 1 October 2020

artifacts/BConst.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2837,7 +2837,7 @@
28372837
},
28382838
"networks": {},
28392839
"schemaVersion": "3.2.4",
2840-
"updatedAt": "2020-10-01T15:18:05.044Z",
2840+
"updatedAt": "2020-10-01T15:56:38.602Z",
28412841
"devdoc": {
28422842
"methods": {}
28432843
},

artifacts/BFactory.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3024,7 +3024,7 @@
30243024
},
30253025
"networks": {},
30263026
"schemaVersion": "3.2.4",
3027-
"updatedAt": "2020-10-01T15:18:05.051Z",
3027+
"updatedAt": "2020-10-01T15:56:38.603Z",
30283028
"devdoc": {
30293029
"methods": {}
30303030
},

artifacts/BMath.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16482,7 +16482,7 @@
1648216482
},
1648316483
"networks": {},
1648416484
"schemaVersion": "3.2.4",
16485-
"updatedAt": "2020-10-01T15:18:05.058Z",
16485+
"updatedAt": "2020-10-01T15:56:38.605Z",
1648616486
"devdoc": {
1648716487
"methods": {}
1648816488
},

artifacts/BNum.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13037,7 +13037,7 @@
1303713037
},
1303813038
"networks": {},
1303913039
"schemaVersion": "3.2.4",
13040-
"updatedAt": "2020-10-01T15:18:05.076Z",
13040+
"updatedAt": "2020-10-01T15:56:38.612Z",
1304113041
"devdoc": {
1304213042
"methods": {}
1304313043
},

artifacts/BPool.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66915,7 +66915,7 @@
6691566915
},
6691666916
"networks": {},
6691766917
"schemaVersion": "3.2.4",
66918-
"updatedAt": "2020-10-01T15:18:05.088Z",
66918+
"updatedAt": "2020-10-01T15:56:38.616Z",
6691966919
"devdoc": {
6692066920
"details": "Used by the (Ocean version) BFactory contract as a bytecode reference to deploy new BPools. * This contract is is nearly identical to the BPool.sol contract at [1] The only difference is the \"Proxy contract functionality\" section given below. We'd inherit from BPool if we could, for simplicity. But we can't, because the proxy section needs to access private variables declared in BPool, and Solidity disallows this. Therefore the best we can do for now is clearly demarcate the proxy section. * [1] https://github.com/balancer-labs/balancer-core/contracts/.",
6692166921
"methods": {},

artifacts/BToken.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14000,7 +14000,7 @@
1400014000
},
1400114001
"networks": {},
1400214002
"schemaVersion": "3.2.4",
14003-
"updatedAt": "2020-10-01T15:18:05.152Z",
14003+
"updatedAt": "2020-10-01T15:56:38.643Z",
1400414004
"devdoc": {
1400514005
"methods": {}
1400614006
},

artifacts/BTokenBase.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13783,7 +13783,7 @@
1378313783
},
1378413784
"networks": {},
1378513785
"schemaVersion": "3.2.4",
13786-
"updatedAt": "2020-10-01T15:18:05.161Z",
13786+
"updatedAt": "2020-10-01T15:56:38.648Z",
1378713787
"devdoc": {
1378813788
"methods": {}
1378913789
},

artifacts/Context.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@
585585
},
586586
"networks": {},
587587
"schemaVersion": "3.2.4",
588-
"updatedAt": "2020-10-01T15:18:05.192Z",
588+
"updatedAt": "2020-10-01T15:56:38.669Z",
589589
"devdoc": {
590590
"methods": {}
591591
},

0 commit comments

Comments
 (0)