From db15006bdc99a93ae092b6d56d63d64003b83f08 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 15:31:28 +0100 Subject: [PATCH] chore(master): release 1.0.0 (#19) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 9 +++++++++ Gemfile.lock | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f1d2514 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## 1.0.0 (2024-03-12) + + +### Features + +* Initial release ([0b5898c](https://github.com/sequra/sequra-style/commit/0b5898ce8dd54b2570a4eac51d5352c74f484570)) +* initial release ([#18](https://github.com/sequra/sequra-style/issues/18)) ([ef46dac](https://github.com/sequra/sequra-style/commit/ef46dac4b7f6e1d6bbe89c155bb673219a0e30ba)) diff --git a/Gemfile.lock b/Gemfile.lock index 0690076..94912e8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - sequra-style (0.2.0) + sequra-style (1.0.0) rubocop (~> 1) rubocop-performance (~> 1) rubocop-rails (~> 2)