forked from TrueCloudLab/frostfs-contract
Release v0.13.1
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
39fc2b8ac4
commit
59eb422a72
2 changed files with 8 additions and 1 deletions
|
@ -1,6 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
Changelog for NeoFS Contract
|
Changelog for NeoFS Contract
|
||||||
|
|
||||||
|
## [0.13.1] - 2021-12-08
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Specify container contract as owner of all container related domain zones
|
||||||
|
(#194)
|
||||||
|
|
||||||
## [0.13.0] - 2021-12-07 - Sinjido (신지도, 薪智島)
|
## [0.13.0] - 2021-12-07 - Sinjido (신지도, 薪智島)
|
||||||
|
|
||||||
Support of subnetwork contract from NeoFS API v2.11.0.
|
Support of subnetwork contract from NeoFS API v2.11.0.
|
||||||
|
@ -283,6 +289,7 @@ Preview4-testnet version of NeoFS contracts.
|
||||||
|
|
||||||
Preview4 compatible contracts.
|
Preview4 compatible contracts.
|
||||||
|
|
||||||
|
[0.13.1]: https://github.com/nspcc-dev/neofs-contract/compare/v0.13.0...v0.13.1
|
||||||
[0.13.0]: https://github.com/nspcc-dev/neofs-contract/compare/v0.12.2...v0.13.0
|
[0.13.0]: https://github.com/nspcc-dev/neofs-contract/compare/v0.12.2...v0.13.0
|
||||||
[0.12.2]: https://github.com/nspcc-dev/neofs-contract/compare/v0.12.1...v0.12.2
|
[0.12.2]: https://github.com/nspcc-dev/neofs-contract/compare/v0.12.1...v0.12.2
|
||||||
[0.12.1]: https://github.com/nspcc-dev/neofs-contract/compare/v0.12.0...v0.12.1
|
[0.12.1]: https://github.com/nspcc-dev/neofs-contract/compare/v0.12.0...v0.12.1
|
||||||
|
|
|
@ -5,7 +5,7 @@ import "github.com/nspcc-dev/neo-go/pkg/interop/native/std"
|
||||||
const (
|
const (
|
||||||
major = 0
|
major = 0
|
||||||
minor = 13
|
minor = 13
|
||||||
patch = 0
|
patch = 1
|
||||||
|
|
||||||
// Versions from which an update should be performed.
|
// Versions from which an update should be performed.
|
||||||
// These should be used in a group (so prevMinor can be equal to minor if there are
|
// These should be used in a group (so prevMinor can be equal to minor if there are
|
||||||
|
|
Loading…
Reference in a new issue