Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Mar 9, 2023
1 parent 442f65b commit 9e30882
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:
cancel-in-progress: true

env:
VERSION: 0.7.10
VERSION: 0.8.0
NODE: node16
REPO_BIN: 'emacs-eask/binaries'

Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ All notable changes to this project will be documented in this file.
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.


## 0.8.x (Unreleased)
## 0.9.x (Unreleased)
> Released N/A
* N/A

## 0.8.x
> Released Mar 08, 2023
* Handle Easkfile existence for command `eask init` (2f5edb3d9437d4ba55d2f014ca1ba1b65075eed8)
* Generate log files in user directory (974a17e3b573520a775f813c72ecbd30a32012bf)
* Make sure there is no eval error in the root layer (fbd8eb4b91dfbb614b2b59a1a2a7fea9f594313d)
Expand Down
2 changes: 1 addition & 1 deletion Easkfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(package "eask"
"0.7.10"
"0.8.0"
"A set of command-line tools to build Emacs packages")

(website-url "https://github.com/emacs-eask/cli")
Expand Down
2 changes: 1 addition & 1 deletion eask
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ yargs
handler() { yargs.showHelp(); }
})
.showHelpOnFail(true)
.version('version', 'show version number', '0.7.10')
.version('version', 'show version number', '0.8.0')
.help('help', 'show usage instructions')
.option('global', {
description: `change default workspace to ~/.emacs.d/`,
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emacs-eask/cli",
"version": "0.7.10",
"version": "0.8.0",
"description": "A set of command-line tools to build Emacs packages",
"main": "eask",
"scripts": {
Expand Down

0 comments on commit 9e30882

Please sign in to comment.