From 9145d50a8124e56091ee9c7020d7ad31a4ab4d13 Mon Sep 17 00:00:00 2001 From: "Lan, Jian" Date: Wed, 29 Apr 2026 17:15:06 +0800 Subject: [PATCH] release: bump version to v0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 25b6a32..62e513f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1215,7 +1215,7 @@ dependencies = [ [[package]] name = "upf" -version = "0.1.1" +version = "0.2.0" dependencies = [ "anyhow", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 794c389..6ba75ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "upf" -version = "0.1.1" +version = "0.2.0" edition = "2024" description = "Rust library for reading UPF text into typed structs and writing validated UpfData back to UPF" license = "MIT OR Apache-2.0"