Skip to content

Commit

Permalink
chore: Release metapac version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ripytide committed Oct 20, 2024
1 parent 4dc6049 commit e6f532c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,15 +136,13 @@ All notable changes to this project will be documented in this file.
- *(README)* Add fedora backend
- *(man)* Add pip_binary config value
- Fix toml syntax
- Add initial changelog and simplify readme

### 🎨 Styling

- *(rustup)* Add empty lines
- *(fedora)* Comments and empty lines
- *(fedora)* Implicit types and module consts
- *(packages)* Rename variables
- Cargo fmt

### 🧪 Testing

Expand Down Expand Up @@ -228,7 +226,6 @@ All notable changes to this project will be documented in this file.
- *(release)* Bump man pages
- Release
- *(release)* Fix adding zsh completion
- Remove committed

### Build

Expand All @@ -253,16 +250,16 @@ All notable changes to this project will be documented in this file.
- *(core)* Remove stale lint config
- *(core)* Simplify valid group name check
- *(main)* Create_empty_config_file
- Unnecessary wraps
- Unnecessary wraps
- Unncessary wraps

Check warning on line 253 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / typos

"Unncessary" should be "Unnecessary".

Check warning on line 253 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / typos

"Unncessary" should be "Unnecessary".
- Unncessary wraps

Check warning on line 254 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / typos

"Unncessary" should be "Unnecessary".

Check warning on line 254 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / typos

"Unncessary" should be "Unnecessary".
- Replace match with if let else
- Use clone instead to_owned
- *(core)* Manual let else
- *(core)* Remove get_group_file_paths...
- *(ui)* Infallible conversion for u8 to char
- *(package.rs)* Expose repo field publicly
- *(rustup)* Fetch installed toolchains and components
- *(rustup)* Refactor install_packages
- *(rustup)* Refector install_packages

Check warning on line 262 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / typos

"Refector" should be "Refactor".

Check warning on line 262 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / typos

"Refector" should be "Refactor".
- *(rustup)* Use anyhow::Error
- *(rustup)* Remove clippy warnings
- *(rustup)* Change methods to functions
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "metapac"
description = "multi-backend declarative package manager"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "GPL-3.0-or-later"
repository = "https://github.com/ripytide/metapac"
Expand Down

0 comments on commit e6f532c

Please sign in to comment.