Compare commits

3 Commits

Author SHA1 Message Date
d5c2873d39 chore(changelog): update changelog for v0.2.0
All checks were successful
Build and Publish nightly package / build-and-publish (release) Successful in 18s
2025-05-11 12:57:51 +00:00
c005d1d38c chore(version): bump version to 0.2.0
All checks were successful
Auto Changelog & Release / detect-version-change (push) Successful in 5s
Auto Changelog & Release / changelog-only (push) Has been skipped
Build and Publish nightly package / build-and-publish (push) Successful in 17s
Auto Changelog & Release / release (push) Successful in 9s
2025-05-11 14:57:32 +02:00
5c0db1c656 chore(version): bump to 0.2.0
- Updates the project version to 0.2.0 in preparation for a new release
2025-05-11 14:57:24 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [unreleased] ## [0.2.0](https://git.0xmax42.io/maxp/repoCat/compare/v0.1.0..v0.2.0) - 2025-05-11
### 🚀 Features ### 🚀 Features

View File

@@ -1 +1 @@
0.1.0 0.2.0

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "repocat" name = "repocat"
version = "0.1.0" version = "0.2.0"
description = "" description = ""
authors = ["Max P. <Mail@MPassarello.de>"] authors = ["Max P. <Mail@MPassarello.de>"]
readme = "README.md" readme = "README.md"