Skip to content

Commit

Permalink
release 1.8.2
Browse files Browse the repository at this point in the history
- chore: release 1.8.2
  • Loading branch information
msftcangoblowm committed Sep 23, 2024
1 parent 8236de7 commit 85a928c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 27 deletions.
35 changes: 13 additions & 22 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,30 +37,21 @@ Changelog
Commit items for NEXT VERSION
..............................

- chore: remove dependency pytest-cov
- docs: rewrite front page
- ci: drain-swamp-action input fetch_tags deprecation
- fix: deprecate pytest-cov use coverage
- ci: outputs from parent job available on needs.job-name.outputs.output-name
- ci: set DS_CONFIG_SETTINGS --> GITHUB_ENV
- ci: clearly name communication between jobs
- ci: fix matrix.python_version --> matrix.python-version
- ci: artifact name use matrix.python_version
- ci: fix set GITHUB_OUTPUT on step config-settings-output
- refactor: rename tests/test_snip --> tests/_good_snips
- fix: resolve_path cannot find executable fallback to pep366 invocation
- ci: remove env variable SET_LOCK
- ci: pass DS_CONFIG_SETTINGS between jobs as output
- ci(coverage): download dsa once
- ci(quality): download dsa once
- ci: download config settings once share with other jobs
- ci(drain-swamp-action): fetch-tags off
- ci: actions/checkout put repository in with block
- ci(release): kind tag not env.RELEASE_VERSION
- ci: checkout specify repository

.. scriv-start-here
.. _changes_1-8-2:

Version 1.8.2 — 2024-09-23
--------------------------

- fix: resolve_path cannot find executable fallback to pep366 invocation
- refactor: rename tests/test_snip --> tests/_good_snips
- chore: remove dependency pytest-cov
- docs: rewrite front page
- ci: from drain-swamp-action remove input fetch_tags
- ci: actions/checkout put repository in with block
- ci(release): kind tag not env.RELEASE_VERSION

.. _changes_1-8-1:

Version 1.8.1 — 2024-09-20
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
# @@@ editable
copyright = "2024–2024, Dave Faulkmore"
# The short X.Y.Z version.
version = "1.8.1"
version = "1.8.2"
# The full version, including alpha/beta/rc tags.
release = "1.8.1"
release = "1.8.2"
# The date of release, in "monthname day, year" format.
release_date = "September 20, 2024"
release_date = "September 23, 2024"
# @@@ end

v = parse(release)
Expand Down
4 changes: 2 additions & 2 deletions src/drain_swamp/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
__version_tuple__: VERSION_TUPLE
version_tuple: VERSION_TUPLE

__version__ = version = '1.8.1'
__version_tuple__ = version_tuple = (1, 8, 1)
__version__ = version = '1.8.2'
__version_tuple__ = version_tuple = (1, 8, 2)

0 comments on commit 85a928c

Please sign in to comment.