Updated Changelog

This commit is contained in:
Netkas 2023-02-05 16:42:47 -05:00
parent 20d3116bfe
commit 4dfcb43b20
3 changed files with 21 additions and 20 deletions

19
CHANGELOG.md Normal file
View file

@ -0,0 +1,19 @@
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.0.1] - Unreleased
### Fixed
- Bug fix where resources are not decoded correctly when installing packages [#31](https://git.n64.cc/nosial/ncc/-/issues/42)
## [1.0.0] - 2022-01-29
### Added
- Initial release of NCC

View file

@ -12,9 +12,9 @@ or issues please report them to the [GitHub Issue Tracker](https://git.n64.cc/in
At the moment NCC is currently being used while developing other software, this serves as a test run to
improve on changes for the next version.
## Version History
## Changelog
- 1.0.0 Alpha - Initial release ([changelog](changelog/v1.0.0_alpha.md))
The changelog for NCC can be found in the [CHANGELOG.md](CHANGELOG.md) file.
## Repository Mirrors

View file

@ -1,18 +0,0 @@
# v1.0.0 Alpha
First release of NCC (Nosial Code Compiler) in alpha stage.
## Alpha Stage
NCC is in its alpha stage, meaning that it's not fully
functional and may not work on your system. If you find
any bugs or issues please report them to the
[Issue Tracker](https://git.n64.cc/intellivoid/ncc/issues).
At the moment NCC is currently being used while developing
other software, this serves as a test run to improve on
changes for the next version.
## Changelog
- Initial release