Skip to content

Commit

Permalink
Release v2.9.0 - Anmyeondo (안면도, 安眠島)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Karpy <[email protected]>
  • Loading branch information
carpawell committed Aug 16, 2021
1 parent e6226c2 commit 260db6b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.9.0] - 2021-08-16 - Anmyeondo (안면도, 安眠島)

Support "common prefix" attribute match operation to simplify filesystem
directory tree-like structures implementation in NeoFS protocol gateways.

### Added
- `COMMON_PREFIX` object attribute match type.
- Storage node's attribute escape symbol description.

## [2.8.0] - 2021-06-25 - Muuido (무의도, 舞衣島)

Storage nodes with a group of network endpoints.
Expand Down Expand Up @@ -383,3 +392,4 @@ Bump major release
[2.6.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.5.0...v2.6.0
[2.7.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.6.0...v2.7.0
[2.8.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.7.0...v2.8.0
[2.9.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.8.0...v2.9.0
10 changes: 10 additions & 0 deletions doc/release_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ this release. Then add sections with what was added, changed and removed,
describing each change briefly with a reference to GitHub issues, where
available.

## Release commit

Release commit summary should follow the template:

`Release v<Version> - <Codename island> (<Hangeul>, <Hanja>)`, e.g.:

```
Release v2.9.0 - Anmyeondo (안면도, 安眠島)
```

## Tag the release

Use `vX.Y.Z` tag following the semantic versioning standard. For pre-release
Expand Down

0 comments on commit 260db6b

Please sign in to comment.