Release Notes for 1.1.0
This release includes the following changes since 1.0.0:
-
2025-08-15: gh semver bump --minor seems to take the prerelease versions as the basis for the next version - resolves #294
45b867d Tomas Vemola -
2025-08-15: TypeError in gh semver note - resolves #295
6f826b6 Tomas Vemola -
2025-08-14: Make polling behavior configurable - resolves #287
423c3fe Tomas Vemola -
2025-08-14: Running
gh wrapup
on the main branch should not be possible - resolves #283
6da8671 Tomas Vemola -
2025-08-14: Integration test sometimes fails with
RuntimeError: could not find branch "main"
- resolves #272
1f59254 Tomas Vemola -
2025-08-14: File
setup.py
seems to be unused - resolves #234
0216767 Tomas Vemola -
2025-08-14: sort the statuse alpha-numeric in the output - resolves #267
507f11d Tomas Vemola -
2025-08-11: allow for gh tt to be used even if there is not configuration file - resolves #262
294ae4d Lars Kruse -
2025-08-07: Remove
CODEOWNERS
- resolves #235
56158e3 Tomas Vemola -
2025-08-07: Remove extend-exclude from pyproject.toml - resolves #284
1902a6b Tomas Vemola -
2025-08-07: Migrate test_status.py to pytest - resolves #282
d2c8141 Tomas Vemola -
2025-08-07: Migrate test_devbranch to pytest - #None
823600d Tomas Vemola -
2025-08-07: Migrate test_config.py to pytest - resolves #273
20c4d80 Tomas Vemola -
2025-08-07: Migrate test_semver to pytest - #None
295749f Tomas Vemola -
2025-08-07: Migrate test_lazyload.py to pytest - resolves #278
be37a3c Tomas Vemola -
2025-08-07: Migrate test_gitter.py to pytest - resolves #275
de0d9be Tomas Vemola -
2025-08-01: Migrate test_project.py to pytest - resolves #279
8c338cf vemolista -
2025-08-01: Migrate test_responsibles.py to pytest - resolves #280
adf181e vemolista -
2025-08-01: Migrate test_label.py to pytest - resolves #277
634f4ce vemolista -
2025-08-01: Migrate test_issue.py to pytest - resolves #276
6476906 vemolista -
2025-07-31: Ignore linting test files one by one - resolves #271
b8a7301 Tomas Vemola -
2025-07-31: Fix up linting issues in
responsibles.py
- resolves #270
7191e32 Tomas Vemola -
2025-07-31: Fix up linting issues in
label.py
- resolves #254
8dd6b62 Tomas Vemola -
2025-07-31: Fix up linting issues in
devbranch.py
- resolves #251
bd94ed4 Tomas Vemola -
2025-07-31: Assert environment when running integration tests outside GH Action – resolves #269
573e7d0 Tomas Vemola -
2025-07-31: Fix cache reads – resolves #268
f5dcd66 Tomas Vemola -
2025-07-31: Fix up linting issues in
gitter.py
– resolves #252
cf7fe62 Tomas Vemola -
2025-07-31: add the poll feature to the deliver command – resolves #260
6bff9c6 Lars Kruse -
2025-07-31: Fix up linting issues in
gitter.py
– resolves #252
489d6c7 Tomas Vemola -
2025-07-31: move .coveragerc to pyproject.tomp – resolves #266
2ceffe4 Lars Kruse -
2025-07-31: Move
pytest.ini
topyproject.toml
– resolves #238
d741d44 Lars Kruse -
2025-07-31: Fix up linting issues in
lazyload.py
– resolves #255
66a6dd7 Tomas Vemola -
2025-07-30: Fix up linting errors in
config.py
– resolves #250
ab17ba1 Tomas Vemola -
2025-07-30: Mark pending in wrapup workflow – resolves #259
dfaf5b8 Lars Kruse -
2025-07-30: Fix up linting issues in
project.py
– resolves #256
40011f0 Tomas Vemola -
2025-07-30: Fix up linting issues in
issue.py
– resolves #253
bdb86e3 Tomas Vemola -
2025-07-30: Fix up linting issues in
semver.py
– resolves #257
ad87bf6 Tomas Vemola -
2025-07-30: Programatically create and tear down a testbed – resolves #231
b0df7ea Tomas Vemola -
2025-07-28: Clear venv when creating container – resolves #248
48504a3 Tomas Vemola -
2025-07-12: the ready branch should force push – resolves #245
4ba536b Lars Kruse -
2025-07-03: Bug: TypeError: 'Label' object is not callable – resolves #237
edf8d11 vemolista -
2025-06-30: [Bug] ImportError: cannot import name 'Semver' from 'semver' – resolves #232
b113332 Tomas Vemola -
2025-06-30: Move away from appending to
sys.path
to import – resolves #233
df6595f Tomas Vemola