Skip to content

Commit

Permalink
docs: Release 2.0.0 🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
mishamyrt committed Jan 7, 2024
1 parent 43ae740 commit f947576
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog][],
and this project adheres to [Semantic Versioning][].

## 2.0.0 - Unreleased
## [2.0.0] - Unreleased

To bring the look and feel of different operating systems out of this repository, the [Naco UI](https://naco.myrt.co/) Kit was developed. This release mainly focuses on UI relocation. In addition, the UI architecture has been extensively updated. This will allow to extend the application with less time consuming.

Expand Down Expand Up @@ -124,3 +124,4 @@ Initial beta release
[1.0.0-beta6]: https://github.com/mishamyrt/Nuga/releases/tag/v1.0.0-beta6
[1.0.0-beta7]: https://github.com/mishamyrt/Nuga/releases/tag/v1.0.0-beta7
[1.0.0-rc]: https://github.com/mishamyrt/Nuga/releases/tag/v1.0.0-rc
[2.0.0]: https://github.com/mishamyrt/Nuga/releases/tag/v2.0.0
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 1.0.0-rc
VERSION = 2.0.0
DIST_PATH = dist

OS := `echo $(shell uname) | tr A-Z a-z`
Expand All @@ -20,7 +20,7 @@ configure:
.PHONY: generate
generate:
./scripts/update-version.mjs wails.json "$(VERSION)"
cd app; wails generate module
wails generate module

.PHONY: clean
clean:
Expand Down
2 changes: 1 addition & 1 deletion wails.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"email": "[email protected]"
},
"info": {
"productVersion": "1.0.0-rc",
"productVersion": "2.0.0",
"comments": "NuPhy(R) keyboard configurator",
"copyright": "Copyright 2023 The Nuga Project Authors (https://github.com/mishamyrt/Nuga/blob/master/AUTHORS)"
}
Expand Down

0 comments on commit f947576

Please sign in to comment.