Skip to content

Releases: sarnold/repolite

Action Release v0.6.4

18 Mar 05:53
0.6.4
2071373

Choose a tag to compare

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

16 Mar 22:22
0.6.3
d9d4b37

Choose a tag to compare

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 spdx cmd
    • COPYING is now a symlink pointing to LICENSES/LGPL-2.1-or-later.txt
  • 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
  • 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

02 Jun 02:10
0.6.2

Choose a tag to compare

0.6.2 (2024-06-02)

New

  • Add changelog feature for release workflows. [Stephen L Arnold]

    • uses gitchangelog to generate either full changelog.rst or
      changelog diff from given base tag

Changes

  • Add config option to set changelog file extension. [Stephen L Arnold]

    • allowed options are 'rst' or 'md' depending on the gitchangelog
      configuration setting for output_engine

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

22 May 04:50
0.6.1
8efa2cf

Choose a tag to compare

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

08 May 04:08
0.6.0

Choose a tag to compare

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

27 Mar 04:35
0.5.2

Choose a tag to compare

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

  • Bump changelog for release. [Steve Arnold]

  • Merge pull request #21 from sarnold/issue-20. [Steve Arnold]

    Fixes for Issue #20 and pytest fixtures

Release v0.5.1

12 Jan 19:31
0.5.1
c8e4722

Choose a tag to compare

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

  • Merge pull request #19 from sarnold/shallow-args. [Steve Arnold]

    fix shallow clone error

  • Merge pull request #17 from sarnold/fixture-update. [Steve Arnold]

    update test fixture and release workflow

Git Tests release v0.5.0

16 Sep 19:27
0.5.0
5d39e10

Choose a tag to compare

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

02 Sep 02:09
0.4.2

Choose a tag to compare

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

13 Feb 17:59
0.4.1

Choose a tag to compare

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