Ver Fonte

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 há 2 anos atrás
pai
commit
f6baf9cacd
2 ficheiros alterados com 3 adições e 3 exclusões
  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"
 ```