Skip to content

Commit

Permalink
Version 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Jan 1, 2025
1 parent 452c37c commit 05b2415
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 42 deletions.
40 changes: 0 additions & 40 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!-- generated by git-cliff -->
3 changes: 1 addition & 2 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
[remote.github]
owner = "tuist"
repo = "lightning_css"
# token = ""

[changelog]
# template for the changelog header
Expand Down Expand Up @@ -105,4 +104,4 @@ sort_commits = "newest"
[bump]
breaking_always_bump_major = true
features_always_bump_minor=true
initial_tag="0.5.0"
initial_tag="0.5.2"

0 comments on commit 05b2415

Please sign in to comment.