Skip to content

Commit

Permalink
chore: release (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 6, 2024
1 parent 6908d96 commit 36be7e6
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.24.1](https://github.com/openssh-rust/openssh-sftp-protocol/compare/openssh-sftp-protocol-v0.24.0...openssh-sftp-protocol-v0.24.1) - 2024-11-06

### Other

- Create release-plz.yml
- Bump actions/cache from 3 to 4 ([#14](https://github.com/openssh-rust/openssh-sftp-protocol/pull/14))
- Bump actions/checkout from 3 to 4 ([#13](https://github.com/openssh-rust/openssh-sftp-protocol/pull/13))
- Update num-derive requirement from 0.3 to 0.4 ([#12](https://github.com/openssh-rust/openssh-sftp-protocol/pull/12))
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openssh-sftp-protocol"
version = "0.24.0"
version = "0.24.1"
edition = "2018"

license = "MIT"
Expand All @@ -14,7 +14,7 @@ categories = ["asynchronous", "network-programming", "api-bindings"]
members = ["openssh-sftp-protocol-error"]

[dependencies]
openssh-sftp-protocol-error = { version = "0.1.0", path = "openssh-sftp-protocol-error" }
openssh-sftp-protocol-error = { version = "0.1.1", path = "openssh-sftp-protocol-error" }

num-traits = "0.2"
num-derive = "0.4"
Expand Down
14 changes: 14 additions & 0 deletions openssh-sftp-protocol-error/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1](https://github.com/openssh-rust/openssh-sftp-protocol/compare/openssh-sftp-protocol-error-v0.1.0...openssh-sftp-protocol-error-v0.1.1) - 2024-11-06

### Other

- Update thiserror requirement from 1.0.30 to 2.0.0 ([#15](https://github.com/openssh-rust/openssh-sftp-protocol/pull/15))
2 changes: 1 addition & 1 deletion openssh-sftp-protocol-error/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "openssh-sftp-protocol-error"
version = "0.1.0"
version = "0.1.1"
edition = "2018"

license = "MIT"
Expand Down

0 comments on commit 36be7e6

Please sign in to comment.