forked from TrueCloudLab/frostfs-contract
Release v0.13.2
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
486e39d025
commit
8ea2c12fab
2 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
Changelog for NeoFS Contract
|
Changelog for NeoFS Contract
|
||||||
|
|
||||||
|
## [0.13.2] - 2021-12-14
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Reputation contract migration (#201)
|
||||||
|
|
||||||
## [0.13.1] - 2021-12-08
|
## [0.13.1] - 2021-12-08
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -289,6 +294,7 @@ Preview4-testnet version of NeoFS contracts.
|
||||||
|
|
||||||
Preview4 compatible contracts.
|
Preview4 compatible contracts.
|
||||||
|
|
||||||
|
[0.13.2]: https://github.com/nspcc-dev/neofs-contract/compare/v0.13.1...v0.13.2
|
||||||
[0.13.1]: https://github.com/nspcc-dev/neofs-contract/compare/v0.13.0...v0.13.1
|
[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
|
||||||
|
|
|
@ -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 = 1
|
patch = 2
|
||||||
|
|
||||||
// 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