diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1ba49d6..b256495 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,18 +23,3 @@ jobs: run: cargo publish --token ${CRATES_TOKEN} env: CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }} - - # These step has been taken from https://github.com/AS1100K/aether/blob/main/.github/workflows/release.yml - - name: Parse Changelog - id: parse_changelog - uses: ocavue/changelog-parser-action@v1 - with: - filepath: "./CHANGELOG.md" - removemarkdown: false - - - name: Create GitHub Release - uses: softprops/action-gh-release@v2 - with: - token: ${{ secrets.GITHUB_TOKEN }} - tag_name: ${{ github.ref }} - body: ${{ steps.parse_changelog.outputs.latestBody }} diff --git a/PRERELEASE-CHANGELOG.md b/PRERELEASE-CHANGELOG.md index f1d251e..923df40 100644 --- a/PRERELEASE-CHANGELOG.md +++ b/PRERELEASE-CHANGELOG.md @@ -5,6 +5,18 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.6.0-rc.1] - 2025-02-12 +### Changed +- Move all configuration structs to `config` module + +### Fixes +- Disabled unwanted default features for dependencies + +### Removed +- `http`, `rich_presence`, `bot`, `plugin` module + + + ## [0.6.0-rc.1] - [Unreleased] ### Added