diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..71ec532 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +## 0.2.0 + +- Redges is now a public repository under dual Apache v2/Commercial license. + +## 0.1.0 + +- Initial release implementing the Radial Edge data-structure (see details on the readme). \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 3ec04ef..bbf2b39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "redges" -version = "0.1.1" +version = "0.2.0" edition = "2021" license = "Apache-2.0 OR Custom" authors = ["Camilo Talero "] @@ -28,5 +28,6 @@ inherits = "release" debug = true [package.metadata.fslabs.publish.cargo] +allow_public = true publish = true