Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

Commit

Permalink
chore(release): prepare for 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TD-Sky committed May 14, 2024
1 parent bf1444f commit c0f86aa
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 31 deletions.
75 changes: 46 additions & 29 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,88 +2,105 @@

All notable changes to this project will be documented in this file.

## [0.4.0] - 2023-11-10
## [0.5.0] - 2024-05-14

### Features

- Support `cargo`
- *(cargo)* Options & cargo options

## [0.3.1] - 2023-07-08
### Miscellaneous Tasks
- *(no category)* Ignore completions


### Refactor

- *(pm)* Centralize package managers
- *(toml)* Replace `toml` with `basic-toml`

## [0.4.0] - 2024-02-07

### Features

- *(package manager)* Support `cargo`

## [0.3.1] - 2024-02-07

### Documentation

- Fix my apps.toml link
- *(readme)* Fix my apps.toml link

### Miscellaneous Tasks

- CI/CD for publish binary
- *(release)* CI/CD for publish binary

### Performance

- Use `SmolStr`
- *(spec)* Use `SmolStr`

## [0.3.0] - 2023-06-12
## [0.3.0] - 2024-02-07

### Features

- Wrap the table line in case it's too long
- Color cells
- Track completions
- *(color)* Color cells
- *(completions)* Track completions
- *(wrap line)* Wrap the table line in case it's too long

### Refactor

- Separate each package name with new line; align column `packages` left
- *(packages)* Separate each package name with new line; align column `packages` left

## [0.2.2] - 2023-04-09
## [0.2.2] - 2024-02-07

### Bug Fixes

- Install globally
- *(npm)* Install globally

### Miscellaneous Tasks

- Upgrade
- *(dependencies)* Upgrade

## [0.2.1] - 2023-04-02
## [0.2.1] - 2024-02-07

### Documentation

- Release to AUR
- *(readme)* Release to AUR

### Features

- Ignore completions
- *(completions)* Ignore completions

## [0.2.0] - 2023-03-12
## [0.2.0] - 2024-02-07

### Documentation

- Add changelog
- Package profile
- *(Cargo.toml)* Package profile
- *(changelog)* Add changelog

### Miscellaneous Tasks

- _iwant changed
- *(completions)* _iwant changed

### Refactor

- Simplify getter; hide the fields
- Rename and use procedual macro
- *(item)* Simplify getter; hide the fields
- *(managers)* Rename and use procedual macro

## [0.1.1] - 2023-03-07
## [0.1.1] - 2024-02-07

### Documentation

- Reorganize the format
- Hint the delimiter of options
- Reference to my manifest
- *(help)* Hint the delimiter of options
- *(readme)* Reorganize the format
- *(readme)* Reference to my manifest

### Miscellaneous Tasks

- _iwant changed while installing
- *(complete)* _iwant changed while installing

### Refactor

- Change the way to build packages
- *(project)* Change the way to build packages

## [0.1.0] - 2024-02-07

<!-- generated by git-cliff -->
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,6 +1,6 @@
[package]
name = "iwant"
version = "0.4.0"
version = "0.5.0"
authors = ["Collide <three-dim-sky@foxmail.com>"]
edition = "2021"
description = "Install applications what I WANT."
Expand Down

0 comments on commit c0f86aa

Please sign in to comment.