Skip to content
This repository was archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
feat(release-notes): preparing for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Nov 26, 2023
1 parent 12e6afb commit 2331bff
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,32 @@

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

## [0.1.1] - 2023-11-22
## [0.1.1] - 2023-11-26

### Features

- Docx for the app // pkg demp
- Changelogs, preparing for new (v0.1.1) release
- Fixed spinner on conflict detect // subcommand to check for installed pkgs
- Subcommand to search for available packages [closes #4]

### Miscellaneous Tasks

- Fixed desc for the app
- Fixed spells ; notes for hysp directory structure
- Show demo upon logo clicksss
- Bumping new version for releases
- Fixed typos // broken links
- Demos and explanations of config file; donate links
- Show usages ; demo imgs
- Demo imgs for searching pkgs
- Support links // msgs :P

### Refactor

- Made pkg-info except name optional
- Use sha for integrity validation [closes #3]; rewritten core from scratch
- Made pkg-info as optional to handle aborting

## [0.1.0] - 2023-11-21

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "hysp"
version = "0.1.1"
edition = "2021"
authors = [ "PwnWriter < [email protected] >" ]
description = "📦 An independent package manager for the *nix Operating system"
description = "📦 An independent package manager that every hacker deserves."
readme = "README.md"
repository = "https://github.com/pwnwriter/hysp"
homepage = "https://github.com/pwnwriter/hysp.git"
Expand Down

0 comments on commit 2331bff

Please sign in to comment.