WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit ae0a4f5

Browse files
contiamo-ciContiamo Release Bot
andauthored
chore(main): update files for release 0.8.2 (#18)
Co-authored-by: Contiamo Release Bot <[email protected]>
1 parent 5465fcf commit ae0a4f5

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

CHANGELOG.md

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

3+
## [0.8.2] (2025-10-17)
4+
5+
### Bug Fixes
6+
7+
* Add --git-host flag to tag-release command
8+
39
## [0.8.1] (2025-10-17)
410

511
### Bug Fixes

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ contiamo-release-please tag-release -v
2828
Install using uv:
2929

3030
```bash
31-
uv tool install git+ssh://[email protected]/contiamo/[email protected].1
31+
uv tool install git+ssh://[email protected]/contiamo/[email protected].2
3232
```
3333

3434
To upgrade to a specific version, use the `--force` flag:
3535

3636
```bash
37-
uv tool install --force git+ssh://[email protected]/contiamo/[email protected].1
37+
uv tool install --force git+ssh://[email protected]/contiamo/[email protected].2
3838
```
3939

4040
<!--- contiamo-release-please-bump-end --->
@@ -141,7 +141,7 @@ extra-files:
141141
use-prefix: "v"
142142
# For generic files, add markers in your file:
143143
# <!--- contiamo-release-please-bump-start --->
144-
# Version: v0.8.1
144+
# Version: v0.8.2
145145
# <!--- contiamo-release-please-bump-end --->
146146
```
147147

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "contiamo-release-please"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
description = "Automated semantic versioning and release management tool"
55
requires-python = ">=3.12"
66
dependencies = [

uv.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.

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.8.1
1+
v0.8.2

0 commit comments

Comments
 (0)