Skip to content

Commit 49d7e60

Browse files
committed
Release 2.5.0
1 parent eb68efa commit 49d7e60

2 files changed

Lines changed: 33 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
## 2.5.0 (2025-01-22)
2+
* Action Update 2024-01
3+
* Action Update 2024-02
4+
* Action Update 2024-03
5+
* Action Update 2024-04
6+
* Action Update 2024-05
7+
* Action Update 2024-06
8+
* Action Update 2024-07
9+
* Action Update 2024-08
10+
* Action Update 2024-09
11+
* Action Update 2024-10
12+
* Action Update 2024-11
13+
* Action Update 2024-12
14+
* Action Update 2024-13
15+
* Action Update 2024-14
16+
* Action Update 2024-15
17+
* Action Update 2024-16
18+
* Action Update 2024-17
19+
* Action Update 2024-18
20+
* Action Update 2024-19
21+
* Action Update 2024-20
22+
* Action Update 2024-21
23+
* Fix scrape action
24+
* Remove deprecated AWS service IoT1Click
25+
* Workaround mypy errors for now
26+
* Remove Python 3.7/3.8 (EOL) and add Python 3.12/3.13
27+
* Upgrade all of the scrape dependencies
28+
* Fixups for scrape.py (#272)
29+
* scrape: update actions and use Python 3.13
30+
* Action Update 2025-04
31+
* Switch to pytest and other version updates
32+
133
## 2.4.1 (2023-12-22)
234
* Action Update 2023-34
335
* Action Update 2023-35

awacs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import types
1010
from typing import Any, KeysView, NoReturn, Optional, TypeVar, Union
1111

12-
__version__ = "2.4.1"
12+
__version__ = "2.5.0"
1313

1414
valid_names = re.compile(r"^[a-zA-Z0-9]+$")
1515

0 commit comments

Comments
 (0)