Skip to content

Commit 6337575

Browse files
authored
bump version to 0.7.0 (#35)
1 parent ff1feea commit 6337575

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Next
3+
## Version 0.7.0
44
* Changed `KsuidMs` implementation to use the fractional part to have 4ms of precision instead of (1/256)s of precision, aligning its interpretation with [rust-ksuid](https://github.com/svix/rust-ksuid), and with its own docstrings
55
* Bump minimum Python version to 3.10
66
* Switch to `uv`, `ruff`, and `ty` for development instead of `pip-tools`, `black`, `flake8`, `isort`, and `mypy`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "svix-ksuid"
3-
version = "0.6.2"
3+
version = "0.7.0"
44
description = "A pure-Python KSUID implementation"
55
authors = [
66
{ name = "Svix", email = "[email protected]" }

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)