Skip to content

Commit

Permalink
chore(version): bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
DaRacci committed Oct 9, 2023
1 parent 08fa53a commit 0869976
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions crates/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## [lib-v0.1.1](https://github.com/AMTSupport/tools/compare/backup-v0.1.0..lib-v0.1.1) - 2023-10-09
#### <!-- 1 -->🐛 Bug Fixes
- broken logging - ([120f0ff](https://github.com/AMTSupport/tools/commit/120f0ff842d7c4b037d8b65b4598bc2c6590f48d)) - DaRacci
#### <!-- 2 -->🚜 Refactor
- log at warn so quite output works with it. - ([2b22073](https://github.com/AMTSupport/tools/commit/2b22073f70f23cdd858de297e003f4680fcf79c4)) - DaRacci
#### <!-- 9 -->⚙️ Miscellaneous Tasks
- Add quite flag to flags. - ([a7d0bff](https://github.com/AMTSupport/tools/commit/a7d0bffec7921c619f8c2d269fcadd78fdc94b02)) - DaRacci

- - -

## [lib-v0.1.0](https://github.com/AMTSupport/tools/compare/5678af914fbd25777e9a28dbaaf557a016530b7d..lib-v0.1.0) - 2023-10-05
#### <!-- 0 -->⛰️ Features
- **(cleaner)** rewrite for cleaner, not finished. - ([ae38f90](https://github.com/AMTSupport/tools/commit/ae38f9018595a8ab382a9f9b413d6bf956973eb2)) - DaRacci
Expand Down
2 changes: 1 addition & 1 deletion crates/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lib"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[features]
Expand Down
6 changes: 6 additions & 0 deletions crates/memorable-pass/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## [memorable-pass-v0.1.1](https://github.com/AMTSupport/tools/compare/backup-v0.1.0..memorable-pass-v0.1.1) - 2023-10-09
#### <!-- 1 -->🐛 Bug Fixes
- incorrect parameter for init log - ([08fa53a](https://github.com/AMTSupport/tools/commit/08fa53a893995110d7489ee92f370b1f82181a8f)) - DaRacci

- - -

## [memorable-pass-v0.1.0](https://github.com/AMTSupport/tools/compare/5678af914fbd25777e9a28dbaaf557a016530b7d..memorable-pass-v0.1.0) - 2023-10-05
#### <!-- 0 -->⛰️ Features
- **(memorable-pass)** ActionCondition - ([e8535de](https://github.com/AMTSupport/tools/commit/e8535de04d3c4516b273672aac247630fbd5249e)) - DaRacci
Expand Down
2 changes: 1 addition & 1 deletion crates/memorable-pass/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "memorable-pass"
version = "0.1.0"
version = "0.1.1"
authors = ["Racci <[email protected]>"]
edition = "2021"
readme = "README.md"
Expand Down

0 comments on commit 0869976

Please sign in to comment.