Skip to content

Commit

Permalink
chore: release v0.2.2 (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: kickjump-bot[bot] <179439731+kickjump-bot[bot]@users.noreply.github.com>
  • Loading branch information
kickjump-bot[bot] authored Sep 25, 2024
1 parent 3e91161 commit 5d13b38
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 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.

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.2.1"
version = "0.2.2"
authors = ["Ifiok Jr. <[email protected]>"]
categories = ["encoding", "config"]
documentation = "https://docs.rs/package_json_schema"
Expand Down
24 changes: 24 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [0.2.2](https://github.com/ifiokjr/package_json_schema/compare/v0.2.1...v0.2.2) - 2024-09-25

### <!-- 0 -->🎉 Added

- upgrade `validator` version and make changes

### <!-- 1 -->🐛 Bug Fixes

- set msrv to`1.70` supporting `once_cell` in `validator`
- update `typesVersion` field spec to match docs ([#3](https://github.com/ifiokjr/package_json_schema/pull/3))
- upgrade `indexmap` to v2 ([#4](https://github.com/ifiokjr/package_json_schema/pull/4))

### <!-- 5 -->🎨 Styling

- update formatting

### <!-- 7 -->⚙️ Miscellaneous Tasks

- ensure valid changelog name
- test and build against msrv
- automate releases
- use sed for version change
- rust versions

> [Compare](https://github.com/ifiokjr/package_json_schema/compare/0.2.1...HEAD)
## 0.2.1
Expand Down

0 comments on commit 5d13b38

Please sign in to comment.