Skip to content

Commit 7b6d995

Browse files
committed
Release v2.1.0
1 parent ae4f308 commit 7b6d995

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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-
## [Unreleased]
8+
## [2.1.0] - 2024-07-16
99

1010
### Added
1111
- Add `man` command in OSI format container image.
@@ -496,7 +496,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
496496

497497
## [1.0.0] - 2022-09-05
498498

499-
[unreleased]: https://github.com/rackslab/fatbuildr/compare/v2.0.0...HEAD
499+
[unreleased]: https://github.com/rackslab/fatbuildr/compare/v2.2.0...HEAD
500+
[2.1.0]: https://github.com/rackslab/fatbuildr/releases/tag/v2.0.0
500501
[2.0.0]: https://github.com/rackslab/fatbuildr/releases/tag/v2.0.0
501502
[1.1.0]: https://github.com/rackslab/fatbuildr/releases/tag/v1.1.0
502503
[1.0.0]: https://github.com/rackslab/fatbuildr/releases/tag/v1.0.0

docs/modules/usage/partials/api-utilities.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ Response:
3434
3535
[source]
3636
----
37-
Fatbuildr v2.0.0
37+
Fatbuildr v2.1.0
3838
----
3939
====

fatbuildr/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# You should have received a copy of the GNU General Public License
1818
# along with Fatbuildr. If not, see <https://www.gnu.org/licenses/>.
1919

20-
__version__ = '2.0.0'
20+
__version__ = '2.1.0'

pkgs/fatbuildr/artifact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ checksums:
1414
1.11.3:
1515
sha256: 100a3d6bd8484d52010b44fa81a2d5b5653f6ddffc20ed6eb346f6517ab64e4f
1616
versions:
17-
fatbuildr: 2.0.0
17+
fatbuildr: 2.1.0
1818
bootstrap: 5.3.3
1919
bootstrap-icon: 1.11.3
2020
rpm:

pkgs/fatbuildr/patches/generic/0003-replace-version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Description: replace the software hard-coded version number with the
2-
Last-Update: 2023-07-25
2+
Last-Update: 2024-07-16
33
Template: yes
44
Author: Rémi Palancher <remi@rackslab.io>
55

@@ -12,5 +12,5 @@ index b5d3800..db13aee 100644
1212
# You should have received a copy of the GNU General Public License
1313
# along with Fatbuildr. If not, see <https://www.gnu.org/licenses/>.
1414

15-
-__version__ = '2.0.0'
15+
-__version__ = '2.1.0'
1616
+__version__ = '{{ version.main }}'

0 commit comments

Comments
 (0)