fix: fixed changelog where i added update to prev version

This commit is contained in:
Byson94
2025-08-20 10:14:02 +05:30
parent 7d30a71e26
commit 1d4f90edba
2 changed files with 7 additions and 5 deletions

View File

@@ -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.

View File

@@ -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"