Skip to content

Commit

Permalink
chore(main): release aliri_base64 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 11, 2024
1 parent a1ed33c commit e37ef5d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"aliri": "0.6.2",
"aliri_actix": "0.9.0",
"aliri_axum": "0.3.0",
"aliri_base64": "0.1.7",
"aliri_base64": "0.1.8",
"aliri_clock": "0.1.4",
"aliri_marcos": "0.1.2",
"aliri_oauth2": "0.10.0",
Expand Down
8 changes: 8 additions & 0 deletions aliri_base64/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.1.8](https://github.com/neoeinstein/aliri/compare/aliri_base64-v0.1.7...aliri_base64-v0.1.8) (2024-04-11)


### Bug Fixes

* **deps:** update rust crate base64 to 0.22 ([#55](https://github.com/neoeinstein/aliri/issues/55)) ([f9cb2da](https://github.com/neoeinstein/aliri/commit/f9cb2dad1183d0025473bf7775f4a62ba708b815))
2 changes: 1 addition & 1 deletion aliri_base64/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "aliri_base64"
description = "Wrappers that make debugging and using byte arrays a bit nicer"
keywords = [ "encoding", "base64" ]
categories = [ "data-structures", "encoding" ]
version = "0.1.7"
version = "0.1.8"
authors = ["Marcus Griep <marcus@griep.us>"]
edition = "2018"
readme = "./README.md"
Expand Down

0 comments on commit e37ef5d

Please sign in to comment.