Skip to content

Commit

Permalink
chore(release): prepare for 0.1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
kruserr committed Oct 17, 2024
1 parent ec0244e commit 71228f8
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 10 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file.

## [0.1.18] - 2024-10-17

### Bug Fixes

- Ci.sh

### Documentation

- Add deps to tooling

### Features

- Chacha20-poly1305
- Use Encryption trait and impl aes256_gcm and cha_cha20_poly1305

## [0.1.17] - 2024-10-12

### Features
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion i6-http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "i6-http"
version = "0.1.17" # prepare_release.sh
version = "0.1.18" # prepare_release.sh
edition = "2021"
license = "AGPL-3.0"
authors = ["kruserr"]
Expand Down
2 changes: 1 addition & 1 deletion i6-pack/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "i6-pack"
version = "0.1.17" # prepare_release.sh
version = "0.1.18" # prepare_release.sh
edition = "2021"
license = "AGPL-3.0"
authors = ["kruserr"]
Expand Down
2 changes: 1 addition & 1 deletion i6-shell/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "i6-shell"
version = "0.1.17" # prepare_release.sh
version = "0.1.18" # prepare_release.sh
edition = "2021"
license = "AGPL-3.0"
authors = ["kruserr"]
Expand Down
2 changes: 1 addition & 1 deletion i6-timer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "i6-timer"
version = "0.1.17" # prepare_release.sh
version = "0.1.18" # prepare_release.sh
edition = "2021"
license = "AGPL-3.0"
authors = ["kruserr"]
Expand Down
2 changes: 1 addition & 1 deletion i6/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "i6"
version = "0.1.17" # prepare_release.sh
version = "0.1.18" # prepare_release.sh
edition = "2021"
default-run = "i6"
license = "AGPL-3.0"
Expand Down

0 comments on commit 71228f8

Please sign in to comment.