File tree Expand file tree Collapse file tree 5 files changed +8
-7
lines changed
docs/modules/usage/partials Expand file tree Collapse file tree 5 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ Unreleased ]
8
+ ## [ 2.1.0 ] - 2024-07-16
9
9
10
10
### Added
11
11
- 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
496
496
497
497
## [ 1.0.0] - 2022-09-05
498
498
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
500
501
[ 2.0.0 ] : https://github.com/rackslab/fatbuildr/releases/tag/v2.0.0
501
502
[ 1.1.0 ] : https://github.com/rackslab/fatbuildr/releases/tag/v1.1.0
502
503
[ 1.0.0 ] : https://github.com/rackslab/fatbuildr/releases/tag/v1.0.0
Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ Response:
34
34
35
35
[source]
36
36
----
37
- Fatbuildr v2.0 .0
37
+ Fatbuildr v2.1 .0
38
38
----
39
39
====
Original file line number Diff line number Diff line change 17
17
# You should have received a copy of the GNU General Public License
18
18
# along with Fatbuildr. If not, see <https://www.gnu.org/licenses/>.
19
19
20
- __version__ = '2.0 .0'
20
+ __version__ = '2.1 .0'
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ checksums:
14
14
1.11.3 :
15
15
sha256 : 100a3d6bd8484d52010b44fa81a2d5b5653f6ddffc20ed6eb346f6517ab64e4f
16
16
versions :
17
- fatbuildr : 2.0 .0
17
+ fatbuildr : 2.1 .0
18
18
bootstrap : 5.3.3
19
19
bootstrap-icon : 1.11.3
20
20
rpm :
Original file line number Diff line number Diff line change 1
1
Description: replace the software hard-coded version number with the
2
- Last-Update: 2023 -07-25
2
+ Last-Update: 2024 -07-16
3
3
Template: yes
4
4
Author: Rémi Palancher <remi@rackslab.io>
5
5
@@ -12,5 +12,5 @@ index b5d3800..db13aee 100644
12
12
# You should have received a copy of the GNU General Public License
13
13
# along with Fatbuildr. If not, see <https://www.gnu.org/licenses/>.
14
14
15
- -__version__ = '2.0 .0'
15
+ -__version__ = '2.1 .0'
16
16
+__version__ = '{{ version.main }}'
You can’t perform that action at this time.
0 commit comments