Skip to content

Commit 9b6113d

Browse files
committed
v0.2.0
1 parent f37b445 commit 9b6113d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## main
44

5+
## v0.2.0
6+
57
- Add `-c` option for emitting compact JSON
68
- Add `-o` option for specifying the output format, e.g. `-o ruby` or
79
`-o plain` (defaults to `-o json`)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function(add_mrbc out_var)
6060
endfunction()
6161

6262
# configure the rest of our project
63-
project(rq VERSION 0.1.0 LANGUAGES CXX)
63+
project(rq VERSION 0.2.0 LANGUAGES CXX)
6464

6565
set(CMAKE_INCLUDE_CURRENT_DIR ON)
6666

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rq 0.1.0 (mruby 3.1.0)
1+
rq 0.2.0 (mruby 3.1.0)

0 commit comments

Comments
 (0)