Skip to content

Commit 5be5a04

Browse files
committed
New release version
Signed-off-by: Tristram Gräbener <tristram+git@tristramg.eu>
1 parent 3646d2d commit 5be5a04

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

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.2.6"
3+
version = "0.3.0"
44
edition = "2021"
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.2.6"
4+
version = "0.3.0"
55
edition = "2021"
66
license = "MIT"
77
repository = "https://github.com/OpenRailAssociation/liblrs/"

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.1.0"
3+
version = "0.3.0"
44
edition = "2021"
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.2.6",
24+
"version": "0.3.0",
2525
"repository": {
2626
"type": "git",
2727
"url": "git+https://github.com/OpenRailAssociation/liblrs.git"

0 commit comments

Comments
 (0)