-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #82 from nspcc-dev/add-changelog
Add CHANGELOG.md and release v0.1.2
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Changelog | ||
|
||
This document outlines major changes between releases. | ||
|
||
## [Unreleased] | ||
|
||
### Added | ||
|
||
### Fixed | ||
|
||
### Changed | ||
|
||
## [0.1.2] - 2024-03-11 | ||
|
||
### Added | ||
- Support for zero-size objects for upload (#80) | ||
|
||
### Changed | ||
- `bbolt`: Disabled syncing the DB in the object registry (#67) | ||
- Bump `golang.org/x/net` from 0.15.0 to 0.17.0 (#69) | ||
- Bump `google.golang.org/grpc` from 1.58.0 to 1.58.3 (#70) | ||
- Bump `golang.org/x/crypto` from 0.14.0 to 0.17.0 (#71) | ||
- Upgraded Go version to a minimum 1.20 and updated versions for GitHub Actions and workflows (#77, #78, #79) | ||
|
||
|
||
## Older versions | ||
|
||
Please refer to [GitHub releases](https://github.com/nspcc-dev/xk6-neofs/releases/) for older releases. | ||
|
||
[0.1.2]: https://github.com/nspcc-dev/xk6-neofs/compare/v0.1.1...v0.1.2 | ||
[Unreleased]: https://github.com/nspcc-dev/xk6-neofs/compare/v0.1.2...master |