Skip to content

Commit

Permalink
Release 1.0.0 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blacksmoke16 authored Dec 16, 2019
1 parent c6a3915 commit f11ca70
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,6 @@ oq -i yaml -o xml . data.yaml
</root>
```

## Roadmap

Plans for `1.0.0`:

* ~~XML input format~~
* Address bugs/issues that arise
* Small feature requests
* Possibly additional formats

## Contributing

1. Fork it (<https://github.com/Blacksmoke16/oq/fork>)
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: oq
description: |
A performant, and portable jq wrapper thats facilitates the consumption and output of formats other than JSON; using jq filters to transform the data.
version: 0.2.1
version: 1.0.0

authors:
- Blacksmoke16 <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: oq
version: '0.2.1'
version: '1.0.0'
summary: A performant, and portable jq wrapper to support formats other than JSON
description: |
A performant, and portable jq wrapper thats facilitates the consumption and output of formats other than JSON; using jq filters to transform the data.
Expand Down
2 changes: 1 addition & 1 deletion src/oq.cr
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require "./converters/*"

# A performant and portable `jq` wrapper to support formats other than JSON.
module OQ
VERSION = "0.2.1"
VERSION = "1.0.0"

# The support formats that can be converted to/from.
enum Format
Expand Down

0 comments on commit f11ca70

Please sign in to comment.