Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanti committed Oct 21, 2024
1 parent 0619ead commit 45d9d0b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,27 @@

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

## [0.8.0] - 2024-10-21

### 🚀 Features

- Impl draft secret libs
- Secret common lib implementation

### 🐛 Bug Fixes

- Minor clippy error fix

## [0.7.0] - 2024-10-16

### 🚜 Refactor

- Drop async from write_stats method

### ⚙️ Miscellaneous Tasks

- Release

## [0.6.0] - 2024-09-20

### 🐛 Bug Fixes
Expand Down
16 changes: 8 additions & 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2"

[workspace.package]
version = "0.7.0"
version = "0.8.0"
edition = "2021"
publish = false
authors = ["FastEdge Development Team"]
Expand Down

0 comments on commit 45d9d0b

Please sign in to comment.