Skip to content

Commit 3b50318

Browse files
committed
v0.3.0
1 parent c59e47b commit 3b50318

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.3.0
6+
57
- Rename project to `rj`
68
- New syntax for navigating objects: `.data.id` instead of `["data"]["id"]`
79
- Add `-r` option that's the same as `-o plain`

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(rj VERSION 0.2.0 LANGUAGES CXX)
63+
project(rj VERSION 0.3.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-
rj 0.2.0 (mruby 3.1.0)
1+
rj 0.3.0 (mruby 3.1.0)

0 commit comments

Comments
 (0)