Skip to content

Commit

Permalink
chore(release): v0.4.0 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
jssblck authored Dec 16, 2024
1 parent c8e892c commit d0e1dd5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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

_Released: 2024-12-16_

### 🚀 Features

- Support docker-like references ([#6](https://github.com/fossas/circe/issues/6))

### ⚙️ Miscellaneous Tasks

- *(ci)* Faster builds ([#5](https://github.com/fossas/circe/issues/5))

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

_Released: 2024-12-14_
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.3"
version = "0.4.0"
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 bin/release.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tag-prefix = ""
shared-version = true
pre-release-hook = ["git", "cliff", "--workdir", "..", "--tag", "{{version}}" ]
pre-release-hook = ["git", "cliff", "--workdir", "..", "-o", "../CHANGELOG.md", "--tag", "{{version}}" ]
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.3"
version = "0.4.0"
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 d0e1dd5

Please sign in to comment.