Skip to content

Commit

Permalink
Release unftp version 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesdejager committed Jun 2, 2023
1 parent 3a55b04 commit 441006b
Show file tree
Hide file tree
Showing 7 changed files with 434 additions and 316 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name: build
# Update the RUST_VERSION here and in the Makefile when we upgrade
env:
CARGO_TERM_COLOR: always
RUST_VERSION: 1.67.1
RUST_VERSION: 1.70.0

on:
push:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2023-06-02 unftp v0.14.2

- [#151](https://github.com/bolcom/unFTP/pull/151) Restart when receiving the HUP signal
- Fixed Windows build
- Upgraded dependencies including all crates from https://github.com/bolcom/libunftp
- Upgraded to Rust 1.70.0

## 2023-02-01 unftp v0.14.1

- Upgraded dependencies including all crates from https://github.com/bolcom/libunftp
Expand Down
Loading

0 comments on commit 441006b

Please sign in to comment.