Skip to content

Commit f11ca70

Browse files
authored
Release 1.0.0 (#41)
1 parent c6a3915 commit f11ca70

File tree

4 files changed

+3
-12
lines changed

4 files changed

+3
-12
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,6 @@ oq -i yaml -o xml . data.yaml
8484
</root>
8585
```
8686

87-
## Roadmap
88-
89-
Plans for `1.0.0`:
90-
91-
* ~~XML input format~~
92-
* Address bugs/issues that arise
93-
* Small feature requests
94-
* Possibly additional formats
95-
9687
## Contributing
9788

9889
1. Fork it (<https://github.com/Blacksmoke16/oq/fork>)

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: oq
33
description: |
44
A performant, and portable jq wrapper thats facilitates the consumption and output of formats other than JSON; using jq filters to transform the data.
55
6-
version: 0.2.1
6+
version: 1.0.0
77

88
authors:
99
- Blacksmoke16 <[email protected]>

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: oq
2-
version: '0.2.1'
2+
version: '1.0.0'
33
summary: A performant, and portable jq wrapper to support formats other than JSON
44
description: |
55
A performant, and portable jq wrapper thats facilitates the consumption and output of formats other than JSON; using jq filters to transform the data.

src/oq.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require "./converters/*"
66

77
# A performant and portable `jq` wrapper to support formats other than JSON.
88
module OQ
9-
VERSION = "0.2.1"
9+
VERSION = "1.0.0"
1010

1111
# The support formats that can be converted to/from.
1212
enum Format

0 commit comments

Comments
 (0)