Skip to content

Commit

Permalink
chore(release): prepare for v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kruserr committed Sep 22, 2024
1 parent 7f9da94 commit 56cc8fb
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

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

## [0.1.8] - 2024-09-22

### Bug Fixes

- Cargo clippy open file with truncate false

### Miscellaneous Tasks

- Change licence to AGPLv3
- Change licence to AGPLv3

### Styling

- Fmt

### Build

- Cargo update
- Use less specific version for tracing-subscriber

### Ci

- Add ci script

## [0.1.7] - 2024-03-17

### Features
Expand Down
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "i6"
version = "0.1.7" # prepare_release.sh
version = "0.1.8" # prepare_release.sh
edition = "2021"
license = "AGPL-3.0"
authors = ["kruserr"]
Expand Down

0 comments on commit 56cc8fb

Please sign in to comment.