Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rezib committed Nov 26, 2024
1 parent fe95aae commit d6d51a5
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 10 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [unreleased]
## [1.2.0] - 2024-11-26

### Added
- settings: print list parameters as comma-separated list of values for more
Expand Down Expand Up @@ -97,7 +97,8 @@ and this project adheres to

## [1.0.0] - 2024-04-08

[unreleased]: https://github.com/rackslab/RFL/compare/v1.1.1...HEAD
[unreleased]: https://github.com/rackslab/RFL/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/rackslab/RFL/releases/tag/v1.2.0
[1.1.1]: https://github.com/rackslab/RFL/releases/tag/v1.1.1
[1.1.0]: https://github.com/rackslab/RFL/releases/tag/v1.1.0
[1.0.3]: https://github.com/rackslab/RFL/releases/tag/v1.0.3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "RFL"
version = "1.1.1"
version = "1.2.0"
description = "Rackslab Foundation Library"

[tool.black]
Expand Down
2 changes: 1 addition & 1 deletion src/authentication/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "RFL.authentication"
version = "1.1.1"
version = "1.2.0"
description = "Rackslab Foundation Library: authentication package"
license = {text = "GPLv3+"}
requires-python = ">=3.6"
Expand Down
2 changes: 1 addition & 1 deletion src/build/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "RFL.build"
version = "1.1.1"
version = "1.2.0"
description = "Rackslab Foundation Library: build package"
license = {text = "GPLv3+"}
requires-python = ">=3.6"
Expand Down
2 changes: 1 addition & 1 deletion src/core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "RFL.core"
version = "1.1.1"
version = "1.2.0"
description = "Rackslab Foundation Library: core package"
license = {text = "GPLv3+"}
requires-python = ">=3.6"
Expand Down
2 changes: 1 addition & 1 deletion src/log/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "RFL.log"
version = "1.1.1"
version = "1.2.0"
description = "Rackslab Foundation Library: log package"
license = {text = "GPLv3+"}
requires-python = ">=3.6"
Expand Down
2 changes: 1 addition & 1 deletion src/permissions/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "RFL.permissions"
version = "1.1.1"
version = "1.2.0"
description = "Rackslab Foundation Library: permissions package"
license = {text = "GPLv3+"}
requires-python = ">=3.6"
Expand Down
2 changes: 1 addition & 1 deletion src/settings/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "RFL.settings"
version = "1.1.1"
version = "1.2.0"
description = "Rackslab Foundation Library: settings package"
license = {text = "GPLv3+"}
requires-python = ">=3.6"
Expand Down
2 changes: 1 addition & 1 deletion src/web/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "RFL.web"
version = "1.1.1"
version = "1.2.0"
description = "Rackslab Foundation Library: web package"
license = {text = "GPLv3+"}
requires-python = ">=3.6"
Expand Down

0 comments on commit d6d51a5

Please sign in to comment.