Skip to content

Commit 72b4656

Browse files
authored
Merge pull request #82 from nspcc-dev/add-changelog
Add CHANGELOG.md and release v0.1.2
2 parents bbcedff + 9a54b25 commit 72b4656

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Changelog
2+
3+
This document outlines major changes between releases.
4+
5+
## [Unreleased]
6+
7+
### Added
8+
9+
### Fixed
10+
11+
### Changed
12+
13+
## [0.1.2] - 2024-03-11
14+
15+
### Added
16+
- Support for zero-size objects for upload (#80)
17+
18+
### Changed
19+
- `bbolt`: Disabled syncing the DB in the object registry (#67)
20+
- Bump `golang.org/x/net` from 0.15.0 to 0.17.0 (#69)
21+
- Bump `google.golang.org/grpc` from 1.58.0 to 1.58.3 (#70)
22+
- Bump `golang.org/x/crypto` from 0.14.0 to 0.17.0 (#71)
23+
- Upgraded Go version to a minimum 1.20 and updated versions for GitHub Actions and workflows (#77, #78, #79)
24+
25+
26+
## Older versions
27+
28+
Please refer to [GitHub releases](https://github.com/nspcc-dev/xk6-neofs/releases/) for older releases.
29+
30+
[0.1.2]: https://github.com/nspcc-dev/xk6-neofs/compare/v0.1.1...v0.1.2
31+
[Unreleased]: https://github.com/nspcc-dev/xk6-neofs/compare/v0.1.2...master

0 commit comments

Comments
 (0)