Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
quambene committed Apr 6, 2024
1 parent dc45444 commit e89ca72
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@

### Unreleased

- added
- changed
- removed

### v0.4.1 (2024-04-06)

- added
- Add tests
- changed
- Refactor integration tests
- Update to rust 1.77
- Update dependencies
- Fix `sources::write_image` (invalid series dtype: expected `List`, got `binary`)
Expand All @@ -13,7 +20,7 @@
- added
- Add CI pipeline
- removed
- Remove unnecessary cargo feature "different-binary-name"
- Remove cargo feature `different-binary-name`
- Remove nightly

### v0.3.0 (2022-07-09)
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 = "pigeon-rs"
version = "0.4.0"
version = "0.4.1"
authors = ["quambene <[email protected]>"]
description = "Command line tool for cheap and efficient email automation"
edition = "2021"
Expand Down

0 comments on commit e89ca72

Please sign in to comment.