We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c59e47b commit 3b50318Copy full SHA for 3b50318
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## main
4
5
+## v0.3.0
6
+
7
- Rename project to `rj`
8
- New syntax for navigating objects: `.data.id` instead of `["data"]["id"]`
9
- Add `-r` option that's the same as `-o plain`
CMakeLists.txt
@@ -60,7 +60,7 @@ function(add_mrbc out_var)
60
endfunction()
61
62
# configure the rest of our project
63
-project(rj VERSION 0.2.0 LANGUAGES CXX)
+project(rj VERSION 0.3.0 LANGUAGES CXX)
64
65
set(CMAKE_INCLUDE_CURRENT_DIR ON)
66
test/fixtures/test_options_version_stdout.txt
@@ -1 +1 @@
1
-rj 0.2.0 (mruby 3.1.0)
+rj 0.3.0 (mruby 3.1.0)
0 commit comments