瀏覽代碼

Cargo.toml,README.md: Bump version to 0.2.0

It's been a long time since v0.1.0, and even though we have a bunch of
things to address and implement, it's probably going to take some more
time before anything concrete happens.

Let's release v0.2.0, to at least fix audit reports for projects
depending on rbpf (see commit 196e5375896c ("deps: update time crate
version.") -- we were not affected but would trigger CVE scanners).

Signed-off-by: Quentin Monnet <quentin@isovalent.com>
Quentin Monnet 2 年之前
父節點
當前提交
f6baf9cacd
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      Cargo.toml
  2. 2 2
      README.md

+ 1 - 1
Cargo.toml

@@ -2,7 +2,7 @@
 
 # Project metadata
 name = "rbpf"
-version = "0.1.0"
+version = "0.2.0"
 authors = ["Quentin <quentin@isovalent.com>"]
 
 # Additional metadata for packaging

+ 2 - 2
README.md

@@ -51,7 +51,7 @@ file:
 
 ```toml
 [dependencies]
-rbpf = "0.1.0"
+rbpf = "0.2.0"
 ```
 
 You can also use the development version from this GitHub repository. This
@@ -377,7 +377,7 @@ to your `Cargo.toml` file.
 
 ```toml
 [dependencies]
-rbpf = "0.1.0"
+rbpf = "0.2.0"
 elf = "0.0.10"
 ```