From fd1b0d54ebf208ec52508f6bc71343f1dcaffc4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Mi=C5=9Bkowicz?= Date: Tue, 2 Jul 2024 17:19:57 +0200 Subject: [PATCH] Release v2.2.0-rc.0 --- Cargo.toml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 47efb90..67836dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Universal-Sierra-Compiler is the tool for Sierra compilation. It homepage = "https://github.com/software-mansion/universal-sierra-compiler" readme = "README.md" repository = "https://github.com/software-mansion/universal-sierra-compiler" -version = "2.1.0" +version = "2.2.0-rc.0" edition = "2021" license = "MIT" diff --git a/README.md b/README.md index e5ea7d5..54b86aa 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Universal-Sierra-Compiler is the tool/crate for Sierra compilation. It compiles | Supported Sierra Versions | |---------------------------| +| 1.6.0 | | 1.5.0 | | ~1.4.0 | | ~1.3.0 |