Skip to content

Commit 790c1ff

Browse files
authored
Merge pull request #91 from NLnetLabs/release-0.2.0
Release 0.2.0 Released 2024-11-21 Breaking changes This release contains mostly refactored components, aiming at better performance and reduced resource requirements. Most notably, our filter language `Roto` is now compiled to machine code and offers user friendly error messages.
2 parents 7788409 + f91d477 commit 790c1ff

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
.vscode
33
/target
44
.devcontainer/
5+
/test-data

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ name = "print_rotonda_std_doc"
1919
path = "doc/bin/print_rotonda_std_doc.rs"
2020

2121
[workspace.package]
22-
version = "0.2.0-4dev"
22+
version = "0.2.0"
2323
edition = "2021"
2424
rust-version = "1.80"
2525
authors = ["NLnet Labs <[email protected]>"]

0 commit comments

Comments
 (0)