Skip to content

Commit

Permalink
chore: Release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jssblck committed Dec 14, 2024
1 parent effab9e commit 2c7fbaa
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
18 changes: 15 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog

## [0.3.2](https://github.com/fossas/circe/releases/tag/0.3.2)
## [0.3.3](https://github.com/fossas/circe/releases/tag/0.3.3)

_Released: 2024-12-14_

### 🐛 Bug Fixes

- *(circe_lib)* Do not `info!` log symlink creation

### 📚 Documentation

- *(release)* Update suggested release PR name

## [v0.3.2](https://github.com/fossas/circe/releases/tag/v0.3.2)

_Released: 2024-12-14_

Expand All @@ -9,7 +21,7 @@ _Released: 2024-12-14_
- Support `--layers squash-other`, add colors to clap
- Ensure crates are not published to crates.io
- Configure for `cargo release`
- Prepare to release v0.3.2 ([#3](<https://github.com/fossas/circe/issues/3))
- Prepare to release v0.3.2 ([#3](https://github.com/fossas/circe/issues/3))

## [v0.3.1](https://github.com/fossas/circe/releases/tag/v0.3.1)

Expand Down Expand Up @@ -37,7 +49,7 @@ _Released: 2024-12-12_
- Light edit to installation instructions
- Add flag to curl installer
- Fix up output a bit, add troubleshooting to readme
- Bump Swatinem/rust-cache from 2.7.2 to 2.7.5 ([#2](<https://github.com/fossas/circe/issues/2))
- Bump Swatinem/rust-cache from 2.7.2 to 2.7.5 ([#2](https://github.com/fossas/circe/issues/2))

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Expand Down
2 changes: 1 addition & 1 deletion bin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "circe"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
authors = ["Jessica Black <[email protected]>", "FOSSA Inc. <[email protected]>"]
description = "Extracts and examines the contents of containers"
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "circe_lib"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
authors = ["Jessica Black <[email protected]>", "FOSSA Inc. <[email protected]>"]
description = "Extracts and examines the contents of containers"
Expand Down

0 comments on commit 2c7fbaa

Please sign in to comment.