Skip to content

Commit 1a0081c

Browse files
committed
chore(main): release 1.3.0
1 parent 09cf1ce commit 1a0081c

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.0"
2+
".": "1.3.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/MaxHerbs/tokens/compare/v1.2.0...v1.3.0) (2025-09-20)
4+
5+
6+
### Features
7+
8+
* add --version arg ([15b604e](https://github.com/MaxHerbs/tokens/commit/15b604ea71122d092729c46c987da3642d8fe72b))
9+
* support client secret ([09cf1ce](https://github.com/MaxHerbs/tokens/commit/09cf1ce798b4a7a2196fc3f8a87b1e1bf02a5c2b))
10+
11+
12+
### Bug Fixes
13+
14+
* drop help print to allow shell piping ([f81dcd4](https://github.com/MaxHerbs/tokens/commit/f81dcd4a8cd3f3e0aa3d660bf4d7f74f4692f6b7))
15+
316
## [1.2.0](https://github.com/MaxHerbs/tokens/compare/v1.1.0...v1.2.0) (2025-08-25)
417

518

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokens"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
edition = "2024"
55

66
[dependencies]

0 commit comments

Comments
 (0)