Skip to content

Commit 6961b9a

Browse files
committed
Prepare 0.4.2 release
Signed-off-by: Tristram Gräbener <tristram+git@tristramg.eu>
1 parent 801afaa commit 6961b9a

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "liblrs"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition = "2024"
55
description = "Library to manipulate linear referencing systems"
66
license = "MIT"

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "liblrs_python"
33
description = "Python bindings for liblrs: a library to work with linear referencing systems"
4-
version = "0.4.1"
4+
version = "0.4.2"
55
edition = "2024"
66
license = "MIT"
77
repository = "https://github.com/OpenRailAssociation/liblrs/"

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "liblrs_python"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
requires-python = ">=3.12"
55
dependencies = ["pip>=25.2"]
66

python/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.

wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "liblrs-wasm"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition = "2024"
55

66
[lib]

wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"text-encoding": "^0.7.0"
2222
},
2323
"name": "liblrs",
24-
"version": "0.4.1",
24+
"version": "0.4.2",
2525
"repository": {
2626
"type": "git",
2727
"url": "git+https://github.com/OpenRailAssociation/liblrs.git"

0 commit comments

Comments
 (0)