From 943cebdeaaa4093ab5252cd2c561d0b82f958770 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 21:42:14 +0000 Subject: [PATCH] chore: release v0.41.2 --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93f47037..5b852fdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ 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 + +- crate build issues with `stream` feature ([#711](https://github.com/XAMPPRocky/octocrab/pull/711)) + +### Other + +- 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 diff --git a/Cargo.toml b/Cargo.toml index 050cf51d..7a9cc093 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octocrab" -version = "0.41.1" +version = "0.41.2" resolver = "2" authors = ["XAMPPRocky "] edition = "2018"