Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
quambene committed Dec 19, 2023
2 parents d31319b + e84fac3 commit bc48695
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<!-- markdownlint-disable MD041 -->

### v0.3.0
### v0.3.1 (upcoming)

- improvements
- Remove unnecessary cargo feature "different-binary-name"

### v0.3.0 (2022-07-09)

- bugfixes
- Fix invalid base64 encoding for AWS api
Expand All @@ -9,7 +14,7 @@
- Update polars to 0.20.0
- Update lettre to 0.10.0

### v0.2.0
### v0.2.0 (2022-01-05)

- features
- Support for arrow2
Expand All @@ -32,12 +37,12 @@
- `send --html-file`
- `send-bulk --html-file`

### v0.1.3
### v0.1.3 (2021-11-16)

- bugfixes
- Fix empty text message or html message

### v0.1.2
### v0.1.2 (2021-11-09)

- bugfixes
- Fix `--ssh-tunnel` for `send-bulk`
Expand Down
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cargo-features = ["different-binary-name"]

[package]
name = "pigeon-rs"
version = "0.3.0"
Expand Down Expand Up @@ -37,6 +35,5 @@ bytes = "1.1.0"
base64 = "0.13.0"

[[bin]]
name = "pigeon-rs"
filename = "pigeon"
name = "pigeon"
path = "src/main.rs"

0 comments on commit bc48695

Please sign in to comment.