Skip to content

Commit

Permalink
v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 18, 2024
1 parent 9e72fad commit 10d2168
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@ The format is based on [Keep a Changelog].
### Removed

### Fixed
- docker image not working due to glibc version mismatch

### Security

## [0.1.4] - 2024-02-18
### Fixed
- docker image not working due to glibc version mismatch

## [0.1.3] - 2024-02-18
### Changed
- use rustls instead of native-tls
Expand All @@ -39,7 +42,8 @@ The format is based on [Keep a Changelog].
### Added
- Initial Implementation

[Unreleased]: https://github.com/niri-la/misskey-discord-webhook-proxy/compare/v0.1.3...HEAD
[Unreleased]: https://github.com/niri-la/misskey-discord-webhook-proxy/compare/v0.1.4...HEAD
[0.1.4]: https://github.com/niri-la/misskey-discord-webhook-proxy/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/niri-la/misskey-discord-webhook-proxy/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/niri-la/misskey-discord-webhook-proxy/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/niri-la/misskey-discord-webhook-proxy/compare/v0.1.0...v0.1.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "misskey-discord-webhook-proxy"
version = "0.1.4-SNAPSHOT"
version = "0.1.4"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 10d2168

Please sign in to comment.