Skip to content

Commit 6cec67e

Browse files
committed
chore(release): prepare release v2.20.1
1 parent d0e6a72 commit 6cec67e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
====================
22
pyais CHANGELOG
33
====================
4+
-------------------------------------------------------------------------------
5+
Version 2.20.1 28 Mar 2026
6+
-------------------------------------------------------------------------------
7+
* this release reduces the supply chain attack surface
8+
* pins dependencies
9+
* pins workflows
10+
* adds a SHA256 hash sum for deployed artifacts
11+
* migrates to PyPI trusted publishing
412
-------------------------------------------------------------------------------
513
Version 2.20.0 08 Mar 2026
614
-------------------------------------------------------------------------------

pyais/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from pyais.tracker import AISTracker, AISTrack
66

77
__license__ = 'MIT'
8-
__version__ = '2.20.0'
8+
__version__ = '2.20.1'
99
__author__ = 'Leon Morten Richter'
1010

1111
__all__ = (

0 commit comments

Comments
 (0)