Skip to content

Commit 31cd334

Browse files
committed
chore(release): release v0.1.1
- Bump version to v0.1.1 - Update documentation for release - Add performance results for v0.1.1
1 parent f157436 commit 31cd334

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.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.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "la-stack"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2024"
55
rust-version = "1.92"
66
license = "BSD-3-Clause"
@@ -32,4 +32,4 @@ missing_docs = "warn"
3232
dead_code = "warn"
3333

3434
[lints.clippy]
35-
pedantic = { level = "warn", priority = -1 }
35+
pedantic = { level = "warn", priority = -1 }

0 commit comments

Comments
 (0)