diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bc01528 --- /dev/null +++ b/CHANGELOG.md @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index 83fa984..79ffed6 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/changelog/v1.0.0_alpha.md b/changelog/v1.0.0_alpha.md deleted file mode 100644 index 814a5f0..0000000 --- a/changelog/v1.0.0_alpha.md +++ /dev/null @@ -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 \ No newline at end of file