Skip to content

Commit

Permalink
chore: Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jssblck committed Dec 16, 2024
1 parent d6961aa commit bb7d628
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# 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))

### ✨ General

- Fix `release.toml` in `bin`

### ⚙️ 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 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 bb7d628

Please sign in to comment.