Skip to content

Commit 050b6dd

Browse files
committed
Bump version for next release
1 parent f1c4aaf commit 050b6dd

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
@@ -27,7 +27,7 @@ concurrency:
2727
cancel-in-progress: true
2828

2929
env:
30-
VERSION: 0.12.0
30+
VERSION: 0.12.1
3131
REPO_BIN: 'emacs-eask/binaries'
3232

3333
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.12.x (Unreleased)
8+
## 0.13.x (Unreleased)
99
> Released N/A
1010
11+
* N/A
12+
13+
## 0.12.x
14+
> Released Dec 02, 2025
15+
1116
* fix(install): Package installed calculation ([`a479d53`](../../commit/a479d5355dfc832286288b790338652e174d606d))
1217
* fix(install-file): Get correct install package name ([#318](../../pull/318))
1318
* feat: Add `:try` for `depends-on` DSL ([#319](../../pull/319))

Easkfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
;; -*- mode: eask; lexical-binding: t -*-
22

33
(package "cli"
4-
"0.12.0"
4+
"0.12.1"
55
"A set of command-line tools to build Emacs packages")
66

77
(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.12.0`;
14+
const version = `0.12.1`;
1515

1616
yargs
1717
.usage(usage)

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.12.0",
3+
"version": "0.12.1",
44
"description": "A set of command-line tools to build Emacs packages",
55
"main": "eask",
66
"scripts": {

0 commit comments

Comments
 (0)