From 59b4c5f0244b774c2154fec7e3af4b144598bd76 Mon Sep 17 00:00:00 2001 From: SHANiTH K K <59169878+shanithkk@users.noreply.github.com> Date: Mon, 6 May 2024 10:21:15 +0530 Subject: [PATCH] Revert "chore: release (#34)" (#35) This reverts commit 51731b79cbaddbf3d61052d3d66f63ccc4921c3e. --- Cargo.toml | 2 +- cli/CHANGELOG.md | 5 ----- composer-primitives/CHANGELOG.md | 11 ---------- composer-primitives/Cargo.toml | 2 +- echo-library/CHANGELOG.md | 35 -------------------------------- echo-library/Cargo.toml | 2 +- 6 files changed, 3 insertions(+), 54 deletions(-) delete mode 100644 cli/CHANGELOG.md delete mode 100644 composer-primitives/CHANGELOG.md delete mode 100644 echo-library/CHANGELOG.md diff --git a/Cargo.toml b/Cargo.toml index a8ed6f4..d5e2dfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["HugoByte", "The HugoByte Team "] edition = "2021" repository = "https://github.com/hugobyte/composer.git" -version = "0.0.2" +version = "0.0.1" # Config for 'cargo dist' [workspace.metadata.dist] diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md deleted file mode 100644 index 2ce54b1..0000000 --- a/cli/CHANGELOG.md +++ /dev/null @@ -1,5 +0,0 @@ -# Changelog - -All notable changes to this project will be documented in this file. - - diff --git a/composer-primitives/CHANGELOG.md b/composer-primitives/CHANGELOG.md deleted file mode 100644 index 5170ead..0000000 --- a/composer-primitives/CHANGELOG.md +++ /dev/null @@ -1,11 +0,0 @@ -# Changelog - -All notable changes to this project will be documented in this file. - -## [0.0.2] - 2024-05-06 - -### 🐛 Bug Fixes - -- Composer version flag to small case ([#19](https://github.com/HugoByte/composer/pull/19)) - - diff --git a/composer-primitives/Cargo.toml b/composer-primitives/Cargo.toml index dc86d51..760ebf1 100644 --- a/composer-primitives/Cargo.toml +++ b/composer-primitives/Cargo.toml @@ -15,4 +15,4 @@ thiserror = "1.0.50" itertools = "0.12.1" tempfile = "3.2.0" walkdir = "2" -anyhow = "1.0.65" +anyhow = "1.0.65" \ No newline at end of file diff --git a/echo-library/CHANGELOG.md b/echo-library/CHANGELOG.md deleted file mode 100644 index 165db78..0000000 --- a/echo-library/CHANGELOG.md +++ /dev/null @@ -1,35 +0,0 @@ -# Changelog - -All notable changes to this project will be documented in this file. - -## [0.0.2] - 2024-05-06 - -### 🚀 Features - -- Implement parallel building of workflow wasm - -### 🐛 Bug Fixes - -- Composer version flag to small case ([#19](https://github.com/HugoByte/composer/pull/19)) -- Update the repository name ([#20](https://github.com/HugoByte/composer/pull/20)) -- Handle error if the main file is empty ([#23](https://github.com/HugoByte/composer/pull/23)) -- Validate kind field ([#25](https://github.com/HugoByte/composer/pull/25)) -- Validation for default type ([#24](https://github.com/HugoByte/composer/pull/24)) -- Use common loader while compiling the echo package to fix the import issue ([#28](https://github.com/HugoByte/composer/pull/28)) - -### 🚜 Refactor - -- Refactor folder structure -- Echo-library -- Composer dependency in echo library - -### 📚 Documentation - -- Update composer readme for build and validate command ([#21](https://github.com/HugoByte/composer/pull/21)) - -### ⚙️ Miscellaneous Tasks - -- Bump version -- Add readme for echo library - - diff --git a/echo-library/Cargo.toml b/echo-library/Cargo.toml index 6a309b2..a9d2c51 100644 --- a/echo-library/Cargo.toml +++ b/echo-library/Cargo.toml @@ -18,4 +18,4 @@ convert_case = "0.6.0" itertools = "0.12.1" walkdir = "2" composer-primitives = "0.0.1" -rayon = "1.8.1" +rayon = "1.8.1" \ No newline at end of file