Skip to content

Commit

Permalink
chore: Release 0.3.0 (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 30, 2024
1 parent dfed9dd commit ab4f222
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.2.3"}
{".":"0.3.0"}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.3.0](https://github.com/noir-lang/noir_base64/compare/v0.2.3...v0.3.0) (2024-10-30)


### ⚠ BREAKING CHANGES

* add padding support & make it optional ([#21](https://github.com/noir-lang/noir_base64/issues/21))

### Features

* Add padding support & make it optional ([#21](https://github.com/noir-lang/noir_base64/issues/21)) ([d9bd959](https://github.com/noir-lang/noir_base64/commit/d9bd959bf9e01074515f48c8fa2c0fbdfb36120d))
* Add support for base64url alphabet ([#24](https://github.com/noir-lang/noir_base64/issues/24)) ([dfed9dd](https://github.com/noir-lang/noir_base64/commit/dfed9dd81c2f91947f235cf2d674e26449cfcadd))


### Bug Fixes

* Formatting error in test with nightly compiler ([#18](https://github.com/noir-lang/noir_base64/issues/18)) ([4bc4c4b](https://github.com/noir-lang/noir_base64/commit/4bc4c4ba40e786d1795ae809893c3700cfca4dc4))

## [0.2.3](https://github.com/noir-lang/noir_base64/compare/v0.2.2...v0.2.3) (2024-10-17)


Expand Down

0 comments on commit ab4f222

Please sign in to comment.