Skip to content

Commit

Permalink
chore: release v0.41.2 (XAMPPRocky#721)
Browse files Browse the repository at this point in the history
* chore: release v0.41.2

* Update CHANGELOG.md

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: XAMPPRocky <4464295+XAMPPRocky@users.noreply.github.com>
  • Loading branch information
2 people authored and dmgorsky committed Oct 16, 2024
1 parent 8a03a26 commit a19c1d7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.41.2](https://github.com/XAMPPRocky/octocrab/compare/v0.41.1...v0.41.2) - 2024-10-15

### Fixed

- Removed rustls hard-dependency ([#709](https://github.com/XAMPPRocky/octocrab/pull/709))
- crate build issues with `stream` feature ([#711](https://github.com/XAMPPRocky/octocrab/pull/711))

### Other

- Update tower dependency from 0.4.13 to 0.5.1 ([#722](https://github.com/XAMPPRocky/octocrab/pull/722))
- added user's social accounts operations (/user/social_accounts) ([#723](https://github.com/XAMPPRocky/octocrab/pull/723))
- added auth.user's git_ssh_keys operations ([#719](https://github.com/XAMPPRocky/octocrab/pull/719))
- Remove --verbose ([#716](https://github.com/XAMPPRocky/octocrab/pull/716))

## [0.41.1](https://github.com/XAMPPRocky/octocrab/compare/v0.41.0...v0.41.1) - 2024-10-10

### Fixed
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 = "octocrab"
version = "0.41.1"
version = "0.41.2"
resolver = "2"
authors = ["XAMPPRocky <xampprocky@gmail.com>"]
edition = "2018"
Expand Down

0 comments on commit a19c1d7

Please sign in to comment.