Skip to content

Commit 200e066

Browse files
committed
Release v1.2.0
1 parent e772b3f commit 200e066

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9-
## [unreleased]
9+
## [1.2.0] - 2025-09-18
1010

1111
### Added
1212
- images:
@@ -284,6 +284,7 @@ and this project adheres to
284284

285285
## [1.0.0] - 2023-07-20
286286

287-
[unreleased]: https://github.com/rackslab/firehpc/compare/v1.1.0...HEAD
287+
[unreleased]: https://github.com/rackslab/firehpc/compare/v1.2.0...HEAD
288+
[1.2.0]: https://github.com/rackslab/firehpc/releases/tag/v1.2.0
288289
[1.1.0]: https://github.com/rackslab/firehpc/releases/tag/v1.1.0
289290
[1.0.0]: https://github.com/rackslab/firehpc/releases/tag/v1.0.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "FireHPC"
7-
version = "1.2.0a1"
7+
version = "1.2.0"
88
description = "Instantly fire up container-based emulated HPC cluster"
99
license = {text = "GPLv3+"}
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)