Skip to content

Commit ae165b3

Browse files
committed
Bump version
1 parent 8c5562d commit ae165b3

File tree

6 files changed

+16
-10
lines changed

6 files changed

+16
-10
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ concurrency:
2525
cancel-in-progress: true
2626

2727
env:
28-
VERSION: 0.10.4
28+
VERSION: 0.11.0
2929
REPO_BIN: 'emacs-eask/binaries'
3030

3131
jobs:

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.11.x (Unreleased)
8+
## 0.12.x (Unreleased)
99
> Released N/A
1010
11+
* N/A
12+
13+
## 0.11.x
14+
> Released Apr 03, 2025
15+
1116
* fix(init): Preview final Eask file (ee7c36cbd0d934523825c9c9430c73b50d4a8666)
1217
* fix(lint): match behavior of declare linter to checkdoc (#272)
1318
* fix(test): ERT test fails on Emacs 30+ (cc1f4e15b7b40b986ad1a93f6e40d121340598de)

Easkfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(package "cli"
2-
"0.10.4"
2+
"0.11.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
@@ -11,7 +11,7 @@ Usage: eask <command> [options..]`;
1111

1212
const epilogue = `For more information, find the manual at https://emacs-eask.github.io/`;
1313

14-
const version = `0.10.4`;
14+
const version = `0.11.0`;
1515

1616
yargs
1717
.usage(usage)

package-lock.json

Lines changed: 6 additions & 5 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.10.4",
3+
"version": "0.11.0",
44
"description": "A set of command-line tools to build Emacs packages",
55
"main": "eask",
66
"scripts": {

0 commit comments

Comments
 (0)