Skip to content

Commit

Permalink
Release pattrick-clap v0.3.3, pattrick v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanbuel committed Jan 3, 2023
1 parent 3948ee0 commit 7dc7875
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 7 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,38 @@ 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).

## 0.3.4 (2023-01-03)

### Bug Fixes

- <csr-id-3519844591a06c19ac9bf89aad648d8e6979ce88/> add tokio_test blocking thread for async doc examples
- <csr-id-f533d43867a8446ed5a48ec756791e59f03bee31/> remove trailing and leading quotes of scopes

### Commit Statistics

<csr-read-only-do-not-edit/>

- 3 commits contributed to the release over the course of 1 calendar day.
- 1 day passed between releases.
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

* **Uncategorized**
- add tokio_test blocking thread for async doc examples ([`3519844`](https://github.com/jvanbuel/pattrick/commit/3519844591a06c19ac9bf89aad648d8e6979ce88))
- remove trailing and leading quotes of scopes ([`f533d43`](https://github.com/jvanbuel/pattrick/commit/f533d43867a8446ed5a48ec756791e59f03bee31))
- remove rustdoc missing doc code feature ([`4e41d62`](https://github.com/jvanbuel/pattrick/commit/4e41d623b41c22389fcf6c921b03b3c8f29e494e))
</details>

## 0.3.3 (2023-01-02)

<csr-id-8eb0b74ed838649f33f793012d20afe4d9ea9cf5/>

### New Features

- <csr-id-74e3abd79cf3031f17fce0679bea6711f8dc9ee1/> use version of the implementation crate instead of clap crate
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pattrick"
version = "0.3.3"
version = "0.3.4"
edition = "2021"
description = "Pattrick is a command line tool for managing Personal Access Tokens (PAT) in Azure DevOps."
repository = "https://github.com/jvanbuel/pattrick"
Expand All @@ -22,7 +22,7 @@ chrono = "0.4.22"
petname = "1.1.2"
netrc = "0.4.1"
dirs = "4.0.0"
pattrick-clap = { version = "^0.3.2", path = "pattrick-clap" }
pattrick-clap = { version = "^0.3.3", path = "pattrick-clap" }
openssl = { version = "0.10.42", features = ["vendored"] }
owo-colors = "3.5.0"
base64 = "0.20.0"
Expand All @@ -37,7 +37,7 @@ strum_macros = "0.24.3"
clap = { version = "4.0.9", features = ["derive"] }
clap_complete = "4.0.3"
clap_complete_fig = "4.0.1"
pattrick-clap = { version = "^0.3.2", path = "pattrick-clap" }
pattrick-clap = { version = "^0.3.3", path = "pattrick-clap" }

[workspace]
# This is a path relative to the workspace root.
Expand Down
28 changes: 27 additions & 1 deletion pattrick-clap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ 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).

## 0.3.3 (2023-01-03)

### Bug Fixes

- <csr-id-f533d43867a8446ed5a48ec756791e59f03bee31/> remove trailing and leading quotes of scopes

### Commit Statistics

<csr-read-only-do-not-edit/>

- 1 commit contributed to the release.
- 1 day passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

### Commit Details

<csr-read-only-do-not-edit/>

<details><summary>view details</summary>

* **Uncategorized**
- remove trailing and leading quotes of scopes ([`f533d43`](https://github.com/jvanbuel/pattrick/commit/f533d43867a8446ed5a48ec756791e59f03bee31))
</details>

## 0.3.2 (2023-01-02)

### New Features
Expand All @@ -15,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<csr-read-only-do-not-edit/>

- 1 commit contributed to the release.
- 2 commits contributed to the release.
- 1 day passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
Expand All @@ -27,6 +52,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<details><summary>view details</summary>

* **Uncategorized**
- Release pattrick-clap v0.3.2, pattrick v0.3.3 ([`3876f89`](https://github.com/jvanbuel/pattrick/commit/3876f8951c6664d8bece3f15e5d07b501d4100ef))
- use version of the implementation crate instead of clap crate ([`74e3abd`](https://github.com/jvanbuel/pattrick/commit/74e3abd79cf3031f17fce0679bea6711f8dc9ee1))
</details>

Expand Down
2 changes: 1 addition & 1 deletion pattrick-clap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pattrick-clap"
version = "0.3.2"
version = "0.3.3"
edition = "2021"
description = "Pattrick is a command line tool for managing Personal Access Tokens (PAT) in Azure DevOps."
repository = "https://github.com/jvanbuel/pattrick"
Expand Down

0 comments on commit 7dc7875

Please sign in to comment.