Skip to content

Commit

Permalink
up: version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
blue-devil committed Dec 30, 2022
1 parent 4b498b5 commit 8def4ec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to this project will be documented in this file.

## [0.3.0] - 2022-12-30

### Changed

- FIX 1: ClearScreen func updated for a cross-platform version

## [0.2.0] - 2022-12-27

### Added
Expand Down Expand Up @@ -29,5 +35,6 @@ It exports and and saved the javascript source as its original name.
nexeruncator can also insert a new javascript source file into nexe-compiled
binary.

[0.3.0]: https://github.com/blue-devil/nexeruncator/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/blue-devil/nexeruncator/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/blue-devil/nexeruncator/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ USAGE:
nexeruncator [global options] command [command options] [arguments...]
VERSION:
0.2.0
0.3.0
COMMANDS:
help displays help messages.
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
"github.com/urfave/cli/v2"
)

var Version = "0.2.0"
var Version = "0.3.0"
var AppName = "nexeruncator"

func main() {
Expand Down

0 comments on commit 8def4ec

Please sign in to comment.