Skip to content

Commit

Permalink
chore: publish 0.1.2 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr committed Aug 1, 2022
1 parent ea3ffa8 commit 757d3c7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
debug/
target/

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html

# These are backup files generated by rustfmt
**/*.rs.bk

Expand Down
2 changes: 1 addition & 1 deletion 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 = "package_json_schema"
version = "0.1.1"
version = "0.1.2"
authors = ["Ifiok Jr. <[email protected]>"]
categories = ["encoding", "config"]
documentation = "https://docs.rs/package_json_schema"
Expand Down
12 changes: 9 additions & 3 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# Changelog

## [Unreleased](https://github.com/ifiokjr/package_json_schema/compare/0.1.1...HEAD)
## [Unreleased](https://github.com/ifiokjr/package_json_schema/compare/0.1.2...HEAD)

## 0.1.2

> [2022-08-01](https://github.com/ifiokjr/package_json_schema/compare/0.1.1...0.1.2)
Improve the readme documentation again.

## 0.1.1

> [2022-08-01](https://github.com/ifiokjr/package_json_schema/compare/0.1.0...0.1.1)
Small change to readme (CI workflow badge), which shows up in `docs.rs`.
Small changes to the `readme.md`, which show up in `docs.rs`.

## 0.1.0

Expand All @@ -16,5 +22,5 @@ Initial release of a `package.json` schema extractor.

### ✨ Features

- Transform a json string into a `PackageJson` struct.
- Transform a JSON string into a `PackageJson` struct.
- Optionally set the `validate` feature to validate the `package.json` fields.

0 comments on commit 757d3c7

Please sign in to comment.