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 dfc1ecd

Browse files
contiamo-ciContiamo Release Bot
andauthored
chore(main): update files for release 0.8.0 (#16)
Co-authored-by: Contiamo Release Bot <[email protected]>
1 parent 4efbfe8 commit dfc1ecd

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
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.0] (2025-10-17)
4+
5+
### Features
6+
7+
* Add Gitlab support
8+
39
## [0.7.0] (2025-10-17)
410

511
### Features

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/contiamo-release-please.git@v0.7.0
31+
uv tool install git+ssh://[email protected]/contiamo/contiamo-release-please.git@v0.8.0
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/contiamo-release-please.git@v0.7.0
37+
uv tool install --force git+ssh://[email protected]/contiamo/contiamo-release-please.git@v0.8.0
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.7.0
144+
# Version: v0.8.0
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.7.0"
3+
version = "0.8.0"
44
description = "Automated semantic versioning and release management tool"
55
requires-python = ">=3.12"
66
dependencies = [

version.txt

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

0 commit comments

Comments
 (0)