Skip to content

Commit

Permalink
chore(version): 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrighetti committed Jun 22, 2024
1 parent a987b7b commit 8824a22
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.

- - -
## 0.3.9 - 2024-06-22
#### Bug Fixes
- list will only show latest not null values in env - (a987b7b) - Mattia Righetti
- duplicate will only duplicate latest not null values in env - (a855ea2) - Mattia Righetti
- delete ops respect soft delete contract - (04a5053) - Mattia Righetti
- delete_env now respects delete contract - (0fd7d3d) - Mattia Righetti
#### Documentation
- more db.rs function docs - (593f782) - Mattia Righetti
#### Miscellaneous Chores
- remove useless file - (a19d574) - Mattia Righetti

- - -

## 0.3.8 - 2024-06-21
#### Bug Fixes
- return error if user is trying to list non-existent variable - (d5e2576) - Mattia Righetti
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 = "envelope"
version = "0.3.8"
version = "0.3.9"
edition = "2021"
authors = ["Mattia Righetti <matt95.righetti@gmail.com>"]
repository = "https://github.com/mattrighetti/envelope"
Expand Down
2 changes: 1 addition & 1 deletion man/envelope.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% envelope(1) v0.3.8
% envelope(1) v0.3.9

<!-- This is the envelope(1) man page, written in Markdown. -->
<!-- and the man page will appear in the ‘target’ directory. -->
Expand Down

0 comments on commit 8824a22

Please sign in to comment.