fix: fixed changelog where i added update to prev version
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to `eiipm` are documented here.
|
||||
This changelog follows the [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format,
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/).
|
||||
|
||||
## [0.3.0] - [UNRELEASED]
|
||||
|
||||
### Changed
|
||||
|
||||
- Vendored libgit2 to be compiled along with eiipm.
|
||||
|
||||
## [0.2.0] - 2025-08-18
|
||||
|
||||
### Added
|
||||
@@ -14,10 +20,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
|
||||
- **list-cache** (or **lc**) command for listing all cache.
|
||||
- **purge-cache** (or **pc**) command to remove broken/orphaned cache.
|
||||
|
||||
### Changed
|
||||
|
||||
- Vendored libgit2 to be compiled along with eiipm.
|
||||
|
||||
### Removed
|
||||
|
||||
- Updation of themes.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "eiipm"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
description = "Eiipm - A simple package manager for ewwii"
|
||||
authors = ["Byson94 <byson94wastaken@gmail.com>"]
|
||||
license = "Apache-2.0"
|
||||
|
||||
Reference in New Issue
Block a user