Skip to content

Commit 8c84dd5

Browse files
committed
Prepare release 0.4.3
Signed-off-by: Tristram Gräbener <tristram+git@tristramg.eu>
1 parent d0d9c8e commit 8c84dd5

File tree

8 files changed

+11
-11
lines changed

8 files changed

+11
-11
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.2"
3+
version = "0.4.3"
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.2"
4+
version = "0.4.3"
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.2"
3+
version = "0.4.3"
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.2"
3+
version = "0.4.3"
44
edition = "2024"
55

66
[lib]

wasm/package-lock.json

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

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.2",
24+
"version": "0.4.3",
2525
"repository": {
2626
"type": "git",
2727
"url": "git+https://github.com/OpenRailAssociation/liblrs.git"

0 commit comments

Comments
 (0)