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

Commit

Permalink
feat(release-notes): changelogs, preparing for new (v0.1.1) release
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Nov 22, 2023
1 parent 39d5867 commit 24a9d3c
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/docx.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,22 @@
- Read pkg repo from env
```bash
$ SEREN_REPO_URL
$ HYSP_REPO_URL
```

- Home directory of hysp
```bash
$ HYSP_HOME_DIR
```

- Read pkg binary store location from env

```bash
$ SEREN_BIN_DIR
$ HYSP_BIN_DIR
```
- Read data directory

```bash
$ SEREN_DATA_DIR
$ HYSP_DATA_DIR
```
61 changes: 61 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
# Changelog

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

## [0.1.1] - 2023-11-22

### Features

- Docx for the app // pkg demp

### Miscellaneous Tasks

- Fixed desc for the app
- Fixed spells ; notes for hysp directory structure
- Show demo upon logo clicksss

## [0.1.0] - 2023-11-21

### Documentation

- Update

### Features

- Dir;conf structure an ui
- Test app builds on push // release ci actions
- (dirs); home,bin,data structure for the pkg infos
- The overall flow of the pkg
- Args skeleton for cli
- Basic implementation to download and process pkg toml
- Load repo url from env else use @bytehunt/seren-pkgs
- Install on tmp and move on seren-bin-dir
- Basic installation poc, working code
- Check for conflict/deps (stable)
- Pkg manager for *nix [working code]
- Initialized docx

### Miscellaneous Tasks

- Working code / fetch toml from the repo
- Use multiple structs to handle pkg info
- Use distinct keywords based on usages
- Show example env variables
- Use strings instead of vector // testing infos
- Start engine from init
- Use mutable vars befor spinning
- Removed unused deps
- Use new binary name for the releases
- Use capitalized the readme file
- Don't release for windows aarch

### Refactor

- Store args inside single file
- Fixed ascii // app name over the app

### Init

- Skeleton for the app

<!-- generated by git-cliff -->

0 comments on commit 24a9d3c

Please sign in to comment.