Compare commits

..

No commits in common. "641c6fe096d75b4cd2397e5718c0664b837e2ff1" and "6630bccca55e20fddf5939db3e3f566bfda5f7aa" have entirely different histories.

5 changed files with 9 additions and 15 deletions

View file

@ -1,9 +1,3 @@
## 1.2.0rc2 (2026-06-18)
### Fix
- dependencies
## 1.2.0rc1 (2026-06-16) ## 1.2.0rc1 (2026-06-16)
### Fix ### Fix

View file

@ -1,6 +1,6 @@
[project] [project]
name = "rougail" name = "rougail"
version = "1.2.0rc2" version = "1.2.0rc1"
[tool.commitizen] [tool.commitizen]
name = "cz_conventional_commits" name = "cz_conventional_commits"

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project] [project]
name = "rougail-base" name = "rougail-base"
version = "1.2.0rc2" version = "1.2.0rc1"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md" readme = "README.md"
description = "A consistency handling system that was initially designed in the configuration management" description = "A consistency handling system that was initially designed in the configuration management"
@ -25,8 +25,8 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"jinja2 ~= 3.1.6", "jinja2 ~= 3.1.4",
"tiramisu ~= 5.1.0" "tiramisu ~= 5.0"
] ]
[project.optional-dependencies] [project.optional-dependencies]

View file

@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
[project] [project]
name = "rougail" name = "rougail"
version = "1.2.0rc2" version = "1.2.0rc1"
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}] authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
readme = "README.md" readme = "README.md"
description = "A consistency handling system that was initially designed in the configuration management" description = "A consistency handling system that was initially designed in the configuration management"
@ -25,9 +25,9 @@ classifiers = [
] ]
dependencies = [ dependencies = [
"ruamel.yaml ~= 0.19.1", "ruamel.yaml ~= 0.18.6",
"pydantic ~= 2.13.4", "pydantic ~= 2.9.2",
"rougail-base == 1.2.0rc2", "rougail-base == 1.2.0rc1",
] ]
[tool.flit.sdist] [tool.flit.sdist]

View file

@ -1 +1 @@
__version__ = "1.2.0rc2" __version__ = "1.2.0rc1"