Skip to content

Commit b4fb4ff

Browse files
RELEASE @v0.6.0-rc.1 (#21)
* chore: RELEASE 0.6.0-rc.1 * Remove release creation --------- Co-authored-by: release-butler[bot] <198215808+release-butler[bot]@users.noreply.github.com> Co-authored-by: Aditya Kumar <git@adityais.dev>
1 parent c6c7406 commit b4fb4ff

File tree

2 files changed

+12
-15
lines changed

2 files changed

+12
-15
lines changed

.github/workflows/publish.yml

-15
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,3 @@ jobs:
2323
run: cargo publish --token ${CRATES_TOKEN}
2424
env:
2525
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
26-
27-
# These step has been taken from https://github.com/AS1100K/aether/blob/main/.github/workflows/release.yml
28-
- name: Parse Changelog
29-
id: parse_changelog
30-
uses: ocavue/changelog-parser-action@v1
31-
with:
32-
filepath: "./CHANGELOG.md"
33-
removemarkdown: false
34-
35-
- name: Create GitHub Release
36-
uses: softprops/action-gh-release@v2
37-
with:
38-
token: ${{ secrets.GITHUB_TOKEN }}
39-
tag_name: ${{ github.ref }}
40-
body: ${{ steps.parse_changelog.outputs.latestBody }}

PRERELEASE-CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.6.0-rc.1] - 2025-02-12
9+
### Changed
10+
- Move all configuration structs to `config` module
11+
12+
### Fixes
13+
- Disabled unwanted default features for dependencies
14+
15+
### Removed
16+
- `http`, `rich_presence`, `bot`, `plugin` module
17+
18+
19+
820
## [0.6.0-rc.1] - [Unreleased]
921

1022
### Added

0 commit comments

Comments
 (0)