Skip to content

Commit

Permalink
Update Changelog and version to '0.3.2'. (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
InsertCreativityHere authored Sep 11, 2024
1 parent 29c41dc commit 6d4e991
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.3.2] - 2024-9-11
### Added
- Added support for computing source-hashes of Slice files, for tools to utilize ([696]).
### Fixed
- Fixed redefinition errors on containers triggering false-positives for their contents ([700]).
### Changed
- The compiler no longer emits a build summary message when using JSON formatted output ([702]).

## [0.3.1] - 2024-3-27
### Enhancements
- Input files are now loaded and parsed in the order they're passed ([694]).
Expand All @@ -18,7 +26,7 @@
### Breaking
- Enums with fields can no longer be used as dictionary keys ([685]).
- `CompilationState` no longer implements `Send` (so we have greater freedom to evolve it).
### Changes
### Changed
- The files `code_gen_util.rs` and `code_block.rs` were moved out of this crate (into `slicec-cs`).

## [0.2.1] - 2023-11-29
Expand Down Expand Up @@ -51,6 +59,9 @@
## [0.1.0] - 2023-9-6
Initial public release!

[702]: https://github.com/icerpc/slicec/pull/702
[700]: https://github.com/icerpc/slicec/pull/700
[696]: https://github.com/icerpc/slicec/pull/696
[694]: https://github.com/icerpc/slicec/pull/694
[689]: https://github.com/icerpc/slicec/pull/689
[688]: https://github.com/icerpc/slicec/pull/688
Expand All @@ -67,6 +78,7 @@ Initial public release!
[662]: https://github.com/icerpc/slicec/pull/662
[659]: https://github.com/icerpc/slicec/pull/659

[0.3.2]: https://github.com/icerpc/slicec/releases/tag/v0.3.2
[0.3.1]: https://github.com/icerpc/slicec/releases/tag/v0.3.1
[0.3.0]: https://github.com/icerpc/slicec/releases/tag/v0.3.0
[0.2.1]: https://github.com/icerpc/slicec/releases/tag/v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "slicec"
version = "0.3.1"
version = "0.3.2"
authors = ["ZeroC Inc."]
description = """
The Slice parser and other core components for Slice compilers.
Expand Down

0 comments on commit 6d4e991

Please sign in to comment.