Skip to content

Commit a2179e5

Browse files
committed
Bump version to 2.2.1
1 parent 06b1d3a commit a2179e5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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+
## [2.2.1] - 2026-01-12
9+
10+
### Fixed
11+
- CI workflow: Added aptly installation step before publishing test to fix missing aptly command error
12+
813
## [2.2.0] - 2026-01-12
914

1015
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "setup-aptly-action"
3-
version = "2.2.0"
3+
version = "2.2.1"
44
description = "GitHub Action for setting up aptly and publishing Debian packages to Feel++ APT repository"
55
readme = "README.md"
66
requires-python = ">=3.8"

0 commit comments

Comments
 (0)