Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
polazarus committed Jan 10, 2025
1 parent ab44917 commit 6ec64c4
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,32 @@

Notable changes only.

## Unreleased
## [0.7.0] - 2025-01-10

### Added

- add new unique (non-shared) strings and byte vectors
- add `as_borrowed`
- add inline `const` constructors
- add opt-in borsh serialization support for bytes and strings
- add new comparisons with `bstr` types
- add some missing comparisons

### Changed

- refactor the backend to support unique references
- remove low-level `Raw` type
- improve deserialization for strings, bytes and paths, see [#38](https://github.com/polazarus/hipstr/pull/38) and follow-up work
- bump minimum supported Rust version (msrv) to 1.84

### Removed

- dependency to `serde_bytes`
- remove `serde_bytes` dependency
- remove `sptr` dependency (following provenance API stabilization in Rust 1.84)

## Fixed

- compilation with `serde` for non-Windows non-Unix targets, in particular wasm

## [0.6.0] - 2024-10-08

Expand Down Expand Up @@ -145,8 +153,9 @@ Most of those addition are breaking because they shadows `str`'s methods.

Initial release

<!-- [unreleased]: https://github.com/polazarus/hipstr/compare/0.6.1...HEAD -->
<!-- [unreleased]: https://github.com/polazarus/hipstr/compare/0.7.0...HEAD -->

[0.7.0]: https://github.com/polazarus/hipstr/compare/0.6.0...0.7.0
[0.6.0]: https://github.com/polazarus/hipstr/compare/0.5.1...0.6.0
[0.5.1]: https://github.com/polazarus/hipstr/compare/0.5.0...0.5.1
[0.5.0]: https://github.com/polazarus/hipstr/compare/0.4.0...0.5.0
Expand Down

0 comments on commit 6ec64c4

Please sign in to comment.