Skip to content

Commit

Permalink
Updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bendk committed Oct 27, 2021
1 parent d6dc1d1 commit 5e60a2e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- The sections in this file are intended to be managed automatically by `cargo release` -->
<!-- The sections in this file are intended to be managed automatically by `cargo release` -->
<!-- See https://github.com/sunng87/cargo-release/blob/master/docs/faq.md#maintaining-changelog for details -->
<!-- Unfortunately that doesn't currently work in a workspace, so for now we update it by hand: -->
<!-- * Replace `[[UnreleasedVersion]]` with `vX.Y.Z` -->
Expand All @@ -10,6 +10,8 @@

## [[UnreleasedVersion]] (_[[ReleaseDate]]_)

## v0.14.1 (_2021-10-27_)

### ⚠️ Breaking Changes ⚠️
- The `build_foreign_language_testcases!` macro now takes an array of UDL files as the
first argument.
Expand All @@ -20,7 +22,7 @@
- Swift: Refactored codegen to better match Kotlin / Unit of Code
- Kotlin: Added some defensive programming around `RustBufferBuilder.discard()`

[All changes in [[UnreleasedVersion]]](https://github.com/mozilla/uniffi-rs/compare/v0.14.0...HEAD).
[All changes in [[UnreleasedVersion]]](https://github.com/mozilla/uniffi-rs/compare/v0.14.0...v0.14.1).

## v0.14.0 (_2021-08-17_)

Expand Down

0 comments on commit 5e60a2e

Please sign in to comment.