diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-08-22 13:42:33 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-08-22 13:42:33 -0500 |
commit | 692c598aafbd84a44089246af7ea59887b19a4f0 (patch) | |
tree | 9696f38e680dcf7bdc1dbc4dc7b923a9d5a6eb7c | |
parent | 3bd13c3cf524ea86f0ed333401431547435b8258 (diff) | |
download | adelie-base-692c598aafbd84a44089246af7ea59887b19a4f0.tar.gz adelie-base-692c598aafbd84a44089246af7ea59887b19a4f0.tar.bz2 adelie-base-692c598aafbd84a44089246af7ea59887b19a4f0.tar.xz adelie-base-692c598aafbd84a44089246af7ea59887b19a4f0.zip |
-rw-r--r-- | CHANGELOG.rst | 12 | ||||
-rw-r--r-- | tree/etc/os-release | 8 |
2 files changed, 16 insertions, 4 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7050db7..e754b7d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,15 @@ +0.9.8 (22 Aug 2024) +=================== +* Release for beta6 + +* Change ANSI_COLOR to match our new branding. + + +0.9.7 (26 Nov 2023) +=================== +* Tarball fix for removing .dirkeep files - no change + + 0.9.6 (22 Oct 2023) =================== * Release for beta5 diff --git a/tree/etc/os-release b/tree/etc/os-release index 8e65868..5a51a86 100644 --- a/tree/etc/os-release +++ b/tree/etc/os-release @@ -1,9 +1,9 @@ NAME=Adélie -VERSION=1.0-beta5 +VERSION=1.0-beta6 ID=adelie VERSION_CODENAME=endlesssummer -VERSION_ID=1.0-beta5 -PRETTY_NAME="Adélie Linux 1.0 (Beta 5)" -ANSI_COLOR="0;31" +VERSION_ID=1.0-beta6 +PRETTY_NAME="Adélie Linux 1.0 (Beta 6)" +ANSI_COLOR="0;36" HOME_URL=https://www.adelielinux.org/ SUPPORT_URL=https://help.adelielinux.org/ |