Skip to content

Commit

Permalink
add CHANGELOG.md and release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
KunalSin9h committed Jul 31, 2023
1 parent 3fd01f4 commit 578007d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## [1.0.2] - 2023-07-31

### Added

- CI / CD Pipeline

## [1.0.1] - 2023-07-30

### Fixed

- Infinite loop on empty input

## [1.0.0] - 2023-07-30

### Added

- Live parsing

[1.0.2]: https://github.com/kunalsin9h/livejq/compare/v2.0.1...v1.0.2
[1.0.1]: https://github.com/kunalsin9h/livejq/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/kunalsin9h/livejq/releases/tag/v1.0.0
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "livejq"
version = "1.0.1"
version = "1.0.2"
edition = "2021"
authors = ["Kunal Singh <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 578007d

Please sign in to comment.