Skip to content

Commit 412b9d9

Browse files
chore(main): release 0.1.1 (#14)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7950e7e commit 412b9d9

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

.release-please-manifest.json

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

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.1](https://github.com/zetlen/console-cowboy/compare/v0.1.0...v0.1.1) (2026-01-17)
9+
10+
11+
### Bug Fixes
12+
13+
* undamage release process ([#13](https://github.com/zetlen/console-cowboy/issues/13)) ([7950e7e](https://github.com/zetlen/console-cowboy/commit/7950e7e5b66a999415213404787cfce571cce8e0))
14+
15+
16+
### Documentation
17+
18+
* update README and fix CI workflows ([#12](https://github.com/zetlen/console-cowboy/issues/12)) ([c45f80b](https://github.com/zetlen/console-cowboy/commit/c45f80b031b4ddd0f43a435517f74d9bcc10c9cf))
19+
20+
21+
### Continuous Integration
22+
23+
* add release-please for automated releases ([#11](https://github.com/zetlen/console-cowboy/issues/11)) ([4d9776b](https://github.com/zetlen/console-cowboy/commit/4d9776bbe63c1da94904a0753357c11fc871d4a3))
24+
825
## [0.1.0](https://github.com/zetlen/console-cowboy/releases/tag/v0.1.0) (Initial Release)
926

1027
### Features

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "console-cowboy"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "Hop terminals like you hop linux distributions."
55
readme = "README.md"
66
authors = [{name = "zetlen"}]

0 commit comments

Comments
 (0)