[#251] Release v0.15.3

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
support/v0.16
Evgenii Stratonikov 2022-07-18 14:04:04 +03:00 committed by fyrchik
parent 6e2ff648d9
commit 927fec8cdc
3 changed files with 11 additions and 2 deletions

View File

@ -1,6 +1,15 @@
# Changelog
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
### Added

View File

@ -1 +1 @@
v0.15.2
v0.15.3

View File

@ -5,7 +5,7 @@ import "github.com/nspcc-dev/neo-go/pkg/interop/native/std"
const (
major = 0
minor = 15
patch = 2
patch = 3
// 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