forked from TrueCloudLab/frostfs-contract
[#251] Release v0.15.3
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
6e2ff648d9
commit
927fec8cdc
3 changed files with 11 additions and 2 deletions
|
@ -1,6 +1,15 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
Changelog for NeoFS Contract
|
Changelog for NeoFS Contract
|
||||||
|
|
||||||
|
## [0.15.3] - 2022-07-22
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- Allow to build archive from source (#250)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- Update neo-go to the latest version
|
||||||
|
- Use proper type for integer constants (#248)
|
||||||
|
|
||||||
## [0.15.2] - 2022-06-07
|
## [0.15.2] - 2022-06-07
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
v0.15.2
|
v0.15.3
|
||||||
|
|
|
@ -5,7 +5,7 @@ import "github.com/nspcc-dev/neo-go/pkg/interop/native/std"
|
||||||
const (
|
const (
|
||||||
major = 0
|
major = 0
|
||||||
minor = 15
|
minor = 15
|
||||||
patch = 2
|
patch = 3
|
||||||
|
|
||||||
// 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