Skip to content

Commit f903642

Browse files
committed
chore: release 1.1.0
1 parent 3a116cf commit f903642

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
88

9+
## [1.1.0] - 2026-06-28
10+
911
### Added
1012

1113
- `sync_timeout(seconds)` decorator: a synchronous counterpart to `timeout`.

interlock/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
__all__ = ('VERSION',)
99

10-
VERSION = '1.0.0'
10+
VERSION = '1.1.0'
1111
"""The installed version of interlock.
1212
1313
Guaranteed to comply with PEP 440 version specifiers.

0 commit comments

Comments
 (0)