Skip to content

Commit 78027d2

Browse files
committed
2.1.0
1 parent bdf2253 commit 78027d2

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+
2.1.0
7+
-----
8+
released 2024-05-17
9+
10+
Thanks for @azmeuk for all their contributions to this release!
11+
12+
- add support for timestamp files, which enables freezing time across subprocesses: [#78](https://github.com/simon-weber/python-libfaketime/pull/78)
13+
- upgrade underlying libfaketime to 0.9.10 without modifications: [#75](https://github.com/simon-weber/python-libfaketime/pull/75)
14+
- add a quiet param to rexec_if_needed: [#72](https://github.com/simon-weber/python-libfaketime/pull/72)
15+
616
2.0.0
717
-----
818
released 2020-04-17

libfaketime/_version.py

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

0 commit comments

Comments
 (0)