Skip to content

Commit 9e30882

Browse files
committed
Bump version
1 parent 442f65b commit 9e30882

File tree

6 files changed

+12
-7
lines changed

6 files changed

+12
-7
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ concurrency:
2323
cancel-in-progress: true
2424

2525
env:
26-
VERSION: 0.7.10
26+
VERSION: 0.8.0
2727
NODE: node16
2828
REPO_BIN: 'emacs-eask/binaries'
2929

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ All notable changes to this project will be documented in this file.
55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

77

8-
## 0.8.x (Unreleased)
8+
## 0.9.x (Unreleased)
99
> Released N/A
1010
11+
* N/A
12+
13+
## 0.8.x
14+
> Released Mar 08, 2023
15+
1116
* Handle Easkfile existence for command `eask init` (2f5edb3d9437d4ba55d2f014ca1ba1b65075eed8)
1217
* Generate log files in user directory (974a17e3b573520a775f813c72ecbd30a32012bf)
1318
* Make sure there is no eval error in the root layer (fbd8eb4b91dfbb614b2b59a1a2a7fea9f594313d)

Easkfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(package "eask"
2-
"0.7.10"
2+
"0.8.0"
33
"A set of command-line tools to build Emacs packages")
44

55
(website-url "https://github.com/emacs-eask/cli")

eask

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ yargs
2323
handler() { yargs.showHelp(); }
2424
})
2525
.showHelpOnFail(true)
26-
.version('version', 'show version number', '0.7.10')
26+
.version('version', 'show version number', '0.8.0')
2727
.help('help', 'show usage instructions')
2828
.option('global', {
2929
description: `change default workspace to ~/.emacs.d/`,

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emacs-eask/cli",
3-
"version": "0.7.10",
3+
"version": "0.8.0",
44
"description": "A set of command-line tools to build Emacs packages",
55
"main": "eask",
66
"scripts": {

0 commit comments

Comments
 (0)