diff --git a/CHANGELOG.md b/CHANGELOG.md index 61fbe89..766e8b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,45 +5,5 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.5.2] - 2024-12-31 -### Details -#### Fix -- Release process by @pepicrft - -## [0.5.1] - 2024-12-31 -### Details -#### Chore -- Add Styler plugin and update dependencies by @pepicrft -- Update GitHub Actions workflow for conventional pull requests by @pepicrft -- Add .editorconfig and GitHub Actions release workflow by @pepicrft -- Update Renovate configuration and add GitHub Actions workflow by @pepicrft -- Add configuration files for git-cliff and initialize changelog by @pepicrft -- Update dependency elixir to v1.18.1 by @renovate[bot] -- Update actions/checkout digest to 11bd719 by @renovate[bot] -- Update dependency erlang to v27 by @renovate[bot] - -#### Fix -- Support for aarch64-apple-darwin by @joelpaulkoch - -## New Contributors -* @joelpaulkoch made their first contribution -## [0.5.0] - 2024-05-15 -### Details -#### Chore -- Update dependency elixir to v1.16.2 by @renovate[bot] -- Update actions/cache action to v4 by @renovate[bot] -- Update actions/checkout digest to 0ad4b8f by @renovate[bot] -- Update dependency erlang to v26.2.5 by @renovate[bot] -- Update dependency elixir to v1.16.0 by @renovate[bot] - -#### Docs -- Fix watcher example by @samgaw - -## New Contributors -* @maltoe made their first contribution -* @samgaw made their first contribution -[0.5.2]: https://github.com/tuist/lightning_css/compare/0.5.1..0.5.2 -[0.5.1]: https://github.com/tuist/lightning_css/compare/0.5.0..0.5.1 -[0.5.0]: https://github.com/tuist/lightning_css/compare/0.4.0..0.5.0 diff --git a/cliff.toml b/cliff.toml index cc8661b..85c4d16 100644 --- a/cliff.toml +++ b/cliff.toml @@ -4,7 +4,6 @@ [remote.github] owner = "tuist" repo = "lightning_css" -# token = "" [changelog] # template for the changelog header @@ -105,4 +104,4 @@ sort_commits = "newest" [bump] breaking_always_bump_major = true features_always_bump_minor=true -initial_tag="0.5.0" \ No newline at end of file +initial_tag="0.5.2"