Releases: sarnold/repolite
Action Release v0.6.4
0.6.4 (2025-03-18)
Changes
- Update to latest bandit action. [Stephen L Arnold]
Fixes
- Cleanup cruft in release workflow. [Stephen L Arnold]
REUSE Compliance Release v0.6.3
0.6.3 (2025-03-16)
Changes
-
Update .gitchangelog.rc and (re)generate changelog. [Stephen L Arnold]
-
Improve readme descriptions, add example repo links. [Stephen L Arnold]
-
Rename symlink bacl to LICENSE, update readme badge uri. [Stephen L Arnold]
-
Update .pre-commit-config.yaml, fix clean targets. [Stephen L Arnold]
-
Update all workflows, add dependabot and auto-approve owner. [Stephen L Arnold]
- address codeql warnings, update runner and action versions
-
Add readme section on SBOM and licensing info. [Stephen L Arnold]
-
Add REUSE.toml config and become reuse spec 3.3 compliant. [Stephen L Arnold]
- repolite-sdist-sbom.txt was generated using
reuse spdxcmd - COPYING is now a symlink pointing to LICENSES/LGPL-2.1-or-later.txt
- repolite-sdist-sbom.txt was generated using
-
Update all workflow actions and python versions. [Stephen L Arnold]
-
Move description text and add version. [Stephen L Arnold]
Fixes
-
Use the right cmd for linkcheck and ignore 2 urls. [Stephen L Arnold]
- one is from sphinx_git using ssh URL, and the other is just a
spurious error for a github URL that definitely does exist
- one is from sphinx_git using ssh URL, and the other is just a
-
Change license badge to static instead. [Stephen L Arnold]
- github decided to cry about license symlink so use static badge text
-
Sort out git quiet and add info log line. [Stephen L Arnold]
- closes issue #25
-
Make sure release workflow has the right job permissions. [Stephen L Arnold]
- fix readme uri, add more clean to tox cmd
Do Changelogs Release v0.6.2
0.6.2 (2024-06-02)
New
-
Add changelog feature for release workflows. [Stephen L Arnold]
- uses
gitchangelogto generate either full changelog.rst or
changelog diff from given base tag
- uses
Changes
-
Add config option to set changelog file extension. [Stephen L Arnold]
- allowed options are 'rst' or 'md' depending on the gitchangelog
configuration setting foroutput_engine
- allowed options are 'rst' or 'md' depending on the gitchangelog
Fixes
- Update docs cmds in release workflow. [Stephen L Arnold]
Other
-
Merge pull request #24 from sarnold/changelogs. [Steve Arnold]
Add changelog support
-
Update our own changelog for next release, combine tox doc envs. [Stephen L Arnold]
Mix My Tags Release v0.6.1
0.6.1 (2024-05-22)
Changes
- Update readme, cleanup action versions in wheels workflow. [Steve Arnold]
Other
-
Merge pull request #23 from sarnold/per-repo-tags. [Steve Arnold]
feat: add per-repo tag support
Make a Tag Release v0.6.0
0.6.0 (2024-05-08)
New
- Add tagging feature, currently only one tag via args. [Steve Arnold]
Changes
-
Update changelog for new release. [Stephen L Arnold]
-
Wire up tag function to cmdline arg and update readme. [Steve Arnold]
-
Set global git user params in CI before running (tag) tests. [Steve Arnold]
Other
-
Merge pull request #22 from sarnold/feat-tagging. [Steve Arnold]
New tagging feature
Action Release v0.5.2
0.5.2 (2024-03-27)
Changes
- Add a gitchangelog cfg and tox cmd to (re)generate changes. [Steve Arnold]
Fixes
-
Re-init git_action to get proper clone args for each repository. [Steve Arnold]
- fixes issue #20
Other
Release v0.5.1
0.5.1 (2024-01-12)
Changes
-
Switch to upstream git_dummy instead of fork. [Stephen L Arnold]
- requires new arg for nested repos, but it does work
Other
Git Tests release v0.5.0
0.5.0 (2023-09-15)
New
- Add tests using git-dummy, sanitize url paths on Windows. [Stephen L Arnold]
Other
-
Merge pull request #16 from sarnold/fm-tests2. [Steve Arnold]
refactored version of fm-tests
-
Really fix coverage workflow, attempt to combine py37,py311 coverage data. [Stephen L Arnold]
Importlib release v0.4.2
0.4.2 (2023-09-02)
New
- Add tox self-test workflow example to go with example cfg. [Stephen L Arnold]
Other
-
Merge pull request #14 from sarnold/import-ref. [Steve Arnold]
Import refactor, remove generated version module
-
use setuptools_scm instead of versioningit, do not use write_to_file [Stephen L Arnold]
-
use importlib resources/metadata instead of pkg_resources/version mod [Stephen L Arnold]
-
cleanup tox file, manifest, and docs config [Stephen L Arnold]
Release v0.4.1
0.4.1 (2023-02-13)
New
- Add a changelog file and include it in docs build. [Stephen L Arnold]
Changes
-
Be more explicit about OS packages in the readme. [Stephen L Arnold]
-
Use defaults on gh-pages deploy action, bump to v4. [Stephen L Arnold]
Fixes
-
Stop using later constructs and pkg_resources. [Stephen L Arnold]
- do not use pkg_resources or global version in repolite module
- python setup.py commands should work as expected back to bionic
launchpad builder env (ie, early py3.6)
Other
-
Update changelog file for new patch release. [Stephen L Arnold]
-
Merge pull request #13 from sarnold/changelog-docs. [Steve Arnold]
cleanup imports, add changelog in docs