Skip to content

Commit

Permalink
root: releasing version v0.0.2
Browse files Browse the repository at this point in the history
This patch marks the release of version v0.0.2.

Signed-off-by: (Holloway) Chew, Kean Ho <[email protected]>
  • Loading branch information
hollowaykeanho committed Apr 1, 2024
1 parent 17766d4 commit b392d55
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 21 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cff-version: "1.2.0"
type: "software"
date-released: "2024-04-01"
title: "Holloway's Hi AI!"
version: "0.0.1"
version: "0.0.2"
license: "Apache-2.0"
repository: "https://github.com/ChewKeanHo/APP_hiAI"
repository-code: "https://github.com/ChewKeanHo/APP_hiAI"
Expand Down
2 changes: 1 addition & 1 deletion CONFIG.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ PROJECT_PITCH = "Turn every computer's terminal into an interactive AI prompt."
# like '0.0.1~rc1' instead of dashes (-). Some distribution ecosystem have
# strict and reserved rules for version sorting using dashes so tlide will be
# the best choice.
PROJECT_VERSION = "0.0.2"
PROJECT_VERSION = "0.0.3"


# PROJECT_CADENCE
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,29 +45,29 @@ The software is packaged based on available OSes.



### Debian-based OS (`linux`, `hurd`, etc)
### Debian based OSes (`linux`, `hurd`, etc)

1. Download the latest `.deb` package from the [release section](https://github.com/ChewKeanHo/APP_hiAI/releases)
1. Download the latest `.deb` package from the [release section](https://github.com/ChewKeanHo/APP_hiAI/releases).
2. perform `$ dpkg -i <package>.deb`.

Don't worry, the package will setup the upstream `apt` repository list source
alongside the required GPG key for future `apt update`.



### Red-Hat Linux (`redhat`, `fedora`, etc)
### Red Hat based Linux OS (`redhat`, `fedora`, etc)

1. Download the latest `.rpm` package from the [release section](https://github.com/ChewKeanHo/APP_hiAI/releases)
1. Download the latest `.rpm` package from the [release section](https://github.com/ChewKeanHo/APP_hiAI/releases).
2. perform `$ rpm -i <package>.rpm`.

Don't worry, the package will setup the upstream `yum` repository list source
alongside the required GPG key for future `apt update`.
alongside the required GPG key for future `yum update`.



### Flatpak

1. Download the latest `.flatpak` package from the [release section](https://github.com/ChewKeanHo/APP_hiAI/releases)
1. Download the latest `.flatpak` package from the [release section](https://github.com/ChewKeanHo/APP_hiAI/releases).
2. perform `$ flatpak --user install <package>.flatpak`.

Note that the command to use is:
Expand Down Expand Up @@ -107,7 +107,7 @@ $ docker pull ghcr.io/chewkeanho/hollowayhiai:latest
# OR
# $ docker pull ghcr.io/chewkeanho/hollowayhiai:[VERSION_WITHOUT_V_PREFIX]
# $ docker pull ghcr.io/chewkeanho/hollowayhiai:[VERSION]
# Example for `v0.0.2`:
$ docker pull ghcr.io/chewkeanho/hollowayhiai:0.0.2
```
Expand All @@ -120,11 +120,11 @@ the pathing you mounted to (`target=`). For example:
# note - '-it' must always be the last argument
$ docker run --env ARGS="--config /CONFIG.toml --text2text 'Who are you?'" \
--mount type=bind,source="/path/to/CONFIG.toml",target="/CONFIG.toml" \
-it ghcr.io/chewkeanho/hollowayhiai:[VERSION_WITHOUT_V_PREFIX]
-it ghcr.io/chewkeanho/hollowayhiai:[VERSION]
# to call for help
$ docker run --env ARGS="--help" ghcr.io/chewkeanho/hollowayhiai:[VERSION_WITHOUT_V_PREFIX]
$ docker run --env ARGS="--help" ghcr.io/chewkeanho/hollowayhiai:[VERSION]
```


Expand Down
9 changes: 9 additions & 0 deletions src/changelog/data/0.0.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
README.md: finalized for next release
root: updated and tested docker ecosystem
automataCI: fixed flatpak packaging windows bug
.github: added always archive conditions
src: fixed typo in --help display
root: enabled homebrew + choco packages
README.md: updated flatpak instructions
root: corrected app name
src: updated ZENODO's issued DOI
3 changes: 0 additions & 3 deletions src/changelog/data/latest

This file was deleted.

13 changes: 13 additions & 0 deletions src/changelog/deb/0.0.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
hollowayhiai (0.0.2) stable; urgency=low

* README.md: finalized for next release
* root: updated and tested docker ecosystem
* automataCI: fixed flatpak packaging windows bug
* .github: added always archive conditions
* src: fixed typo in --help display
* root: enabled homebrew + choco packages
* README.md: updated flatpak instructions
* root: corrected app name
* src: updated ZENODO's issued DOI

-- (Holloway) Chew, Kean Ho <[email protected]> Mon, 01 Apr 2024 14:03:56 +0800
7 changes: 0 additions & 7 deletions src/changelog/deb/latest

This file was deleted.

0 comments on commit b392d55

Please sign in to comment.