Skip to content

Commit

Permalink
bump: v0.16.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Jan 9, 2024
1 parent ff022ea commit d1d4bdc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

# [0.16.1] - 2024-01-09

### 📃 Details

#### Added

* Add `read_package_file` function by @wolfv in ([#472](https://github.com/mamba-org/rattler/pull/472))
* implement `Clone` for `AboutJson` by @0xbe7a in ([#467](https://github.com/mamba-org/rattler/pull/467))
* Allow using `str` in `HashMap`s with a `PackageName` key by @baszalmstra in ([#468](https://github.com/mamba-org/rattler/pull/468))

#### Changed

* Reflink files to destination if supported (instead of hardlinking) by @baszalmstra in ([#463](https://github.com/mamba-org/rattler/pull/463))

#### Fixed

* Automatic clippy fixes by @wolfv in ([#470](https://github.com/mamba-org/rattler/pull/470))
* Fix getting credentials from keyring error by @0xbe7a in ([#474](https://github.com/mamba-org/rattler/pull/474))


# [0.15.0] - 2024-01-05

### 📃 Details
Expand Down

0 comments on commit d1d4bdc

Please sign in to comment.