Skip to content

Commit ab69b95

Browse files
committed
3.0.0
1 parent 3292a9e commit ab69b95

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@ Changelog
33

44
[Semantic versioning](http://semver.org/) is used.
55

6+
3.0.0
7+
-----
8+
released 2025-01-20
9+
10+
Thanks for @azmeuk for their contributions to this release.
11+
12+
- breaking: drop support for python 3.8
13+
- disable FAKETIME_FORCE_MONOTONIC_FIX to attempt to fix a performance regression in 2.1.0: [#81](https://github.com/simon-weber/python-libfaketime/issues/81)
14+
- add support for python 3.13
15+
616
2.1.0
717
-----
818
released 2024-05-17

libfaketime/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.1.0"
1+
__version__ = "3.0.0"

0 commit comments

Comments
 (0)