Skip to content

Commit

Permalink
chore!: publish 0.1.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr committed Aug 1, 2022
1 parent fe1c12e commit 0991fa8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
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.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[package]
name = "package_json_schema"
version = "0.0.0"
version = "0.1.0"
authors = ["Ifiok Jr. <[email protected]>"]
categories = ["encoding", "config"]
documentation = "https://docs.rs/package_json_schema"
edition = "2021"
homepage = "https://github.com/ifiokjr/package_json_schema"
include = ["src/**/*.rs", "Cargo.toml", "readme.md", "license"]
keywords = ["schema", "package.json", "npm", "node"]
keywords = ["schema", "package", "npm", "node", "json"]
license = "Unlicense"
license-file = "license"
readme = "readme.md"
repository = "https://github.com/ifiokjr/package_json_schema"
description = "Parse content from a local `package.json` file and consume the result as a well PackageJson struct."
description = "Parse content from `package.json` content and consume the result as a `PackageJson` struct."

[lib]
crate-type = ["lib"]
Expand Down
6 changes: 5 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

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

## 0.1.0

> [2022-06-24](https://github.com/ifiokjr/package_json_schema/compare/a315dd0...0.1.0)
> [2022-06-24](https://github.com/ifiokjr/package_json_schema/compare/931629a...0.1.0)
Initial release of a `package.json` schema extractor.

Expand Down

0 comments on commit 0991fa8

Please sign in to comment.