Skip to content

Commit 16cac38

Browse files
committed
Bump version
1 parent 2e344cf commit 16cac38

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

.github/workflows/build.yml

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

2626
env:
27-
VERSION: 0.1.0
27+
VERSION: 0.2.0
2828
REPO_BIN: 'cl-qob/binaries'
2929

3030
jobs:

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ 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.1.0 (Unreleased)
8+
## 0.2.0 (Unreleased)
99
> Released N/A
1010
11+
* N/A
12+
13+
## 0.1.0
14+
> Released Nov 25, 2024
15+
1116
* Initial release.

qob-cli.asd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(defsystem "qob-cli"
2-
:version "0.1.0"
2+
:version "0.2.0"
33
:author "Jen-Chieh Shen"
44
:license "MIT"
55
:description "CLI for building, running, testing, and managing your Common Lisp dependencies"

0 commit comments

Comments
 (0)