Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsding committed Jul 29, 2022
1 parent c59e47b commit 3b50318
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## main

## v0.3.0

- Rename project to `rj`
- New syntax for navigating objects: `.data.id` instead of `["data"]["id"]`
- Add `-r` option that's the same as `-o plain`
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function(add_mrbc out_var)
endfunction()

# configure the rest of our project
project(rj VERSION 0.2.0 LANGUAGES CXX)
project(rj VERSION 0.3.0 LANGUAGES CXX)

set(CMAKE_INCLUDE_CURRENT_DIR ON)

Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/test_options_version_stdout.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rj 0.2.0 (mruby 3.1.0)
rj 0.3.0 (mruby 3.1.0)

0 comments on commit 3b50318

Please sign in to comment.