Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
See docs/changelog.md for a summary of the changes in this release.
  • Loading branch information
ruuda committed Dec 1, 2024
1 parent 95a8940 commit 2e05d1b
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rcl"
version = "0.5.0"
version = "0.6.0"
authors = ["Ruud van Asseldonk <dev@veniogames.com>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
forEachSystem (system:
let
name = "rcl";
version = "0.5.0";
version = "0.6.0";
overlays = [ rust-overlay.overlays.default ];
pkgs = import nixpkgs { inherit overlays system; };

Expand Down
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rcl-fuzz"
version = "0.5.0"
version = "0.6.0"
publish = false
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion grammar/tree-sitter-rcl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "tree-sitter-rcl"
description = "RCL grammar for the tree-sitter parsing library"
keywords = ["incremental", "parsing", "rcl"]
categories = ["parsing", "text-editors"]
version = "0.5.0"
version = "0.6.0"
authors = ["Ruud van Asseldonk <dev@veniogames.com>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion pyrcl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyrcl"
version = "0.5.0"
version = "0.6.0"
authors = ["Ruud van Asseldonk <dev@veniogames.com>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rcl-wasm"
version = "0.5.0"
version = "0.6.0"
authors = ["Ruud van Asseldonk <dev@veniogames.com>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 2e05d1b

Please sign in to comment.