Skip to content

Commit

Permalink
v24.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GitRon committed Sep 11, 2024
1 parent e2a042b commit cb90e52
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

**24.9.3 (2024-09-11)**
* Added GitHub action trigger for PRs

**24.9.2 (2024-09-11)**
* Fixed coverage setup in pipeline

Expand Down
2 changes: 1 addition & 1 deletion ambient_package_update/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Ambient package update tool for clean and swift maintenance"""

__version__ = "24.9.2"
__version__ = "24.9.3"
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Unit tests
on:
push:
branches: [ '**' ]
pull_request:

jobs:
linting:
Expand Down

0 comments on commit cb90e52

Please sign in to comment.