Skip to content

Commit 00e4eb9

Browse files
committed
Bump version to 0.7
1 parent b906dbb commit 00e4eb9

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ There is documentation available on the [wiki](https://github.com/Samudevv/runic
2222
## Usage
2323

2424
```console
25-
runic [rune file]
25+
runic [rune] [--credits] [--version]
26+
Flags:
27+
--rune <string> | The rune configuration file to load
28+
|
29+
--credits | Print credits to dependencies
30+
--version | Print version and license information
2631
```
2732

2833
Runic is configured through a **rune** file which is a yaml file that contains the language **from** which to generate a **runestone** and (if specified) the language **to** which to write bindings using the generated **runestone**. If no rune file is specified a `rune.yml` file in the current directory is attempted to be opened.
@@ -161,7 +166,7 @@ from:
161166
defines:
162167
OLIVECDEF: "extern"
163168
ignore:
164-
macros:
169+
constants:
165170
- OLIVE_C_
166171
- OLIVEC_CANVAS_NULL
167172
to:

version.odin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ package main
2020
import "core:fmt"
2121

2222
VERSION_MAJOR :: 0
23-
VERSION_MINOR :: 6
23+
VERSION_MINOR :: 7
2424

2525
print_version :: #force_inline proc() {
2626
fmt.printfln(

0 commit comments

Comments
 (0)