Compare commits
No commits in common. "105b4fd654745ca1f5bf1393059ec1156ee6e66f" and "c3b6c9e98c29abe581af24206e58dcd470f4879c" have entirely different histories.
105b4fd654
...
c3b6c9e98c
4 changed files with 3 additions and 9 deletions
|
|
@ -1,9 +1,3 @@
|
||||||
## 0.2.0a42 (2026-01-21)
|
|
||||||
|
|
||||||
### Fix
|
|
||||||
|
|
||||||
- update tests
|
|
||||||
|
|
||||||
## 0.2.0a41 (2026-01-12)
|
## 0.2.0a41 (2026-01-12)
|
||||||
|
|
||||||
### Feat
|
### Feat
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "rougail.cli"
|
name = "rougail.cli"
|
||||||
version = "0.2.0a42"
|
version = "0.2.0a41"
|
||||||
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
description = "CLI for Rougail"
|
description = "CLI for Rougail"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
__version__ = "0.2.0a42"
|
__version__ = "0.2.0a41"
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
["unable to load \"Main namespace name\", it's a symlink option so we cannot set the value \"doc\", it will be ignored when loading from the YAML file \"symlink_rougailcli.yml\""]
|
["unable to load \"Main namespace name\", is a symlink option so we cannot set the value \"doc\", it will be ignored when loading from the YAML file \"symlink_rougailcli.yml\""]
|
||||||
Loading…
Reference in a new issue