Skip to content

Commit

Permalink
Feature/bun v1 (#622)
Browse files Browse the repository at this point in the history
* supports Bun>=1.0.0

* update README

* update CHANGELOG
  • Loading branch information
shimataro authored Sep 12, 2023
1 parent 4bc1812 commit 2138199
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/examples-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,12 +245,7 @@ jobs:
- ubuntu-20.04
- ubuntu-22.04
bun:
- "0.1.11"
- "0.2.0"
- "0.3.0"
- "0.4.0"
- "0.5.0"
- "0.6.2" # 0.6.0-0.6.1 cause RegExp syntax error in URI
- "1.0.0"
fail-fast: false
uses: "./.github/workflows/reusable-bun.yml"
with:
Expand Down
7 changes: 1 addition & 6 deletions .github/workflows/examples-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,12 +245,7 @@ jobs:
- macos-11
- macos-12
bun:
- "0.1.11"
- "0.2.0"
- "0.3.0"
- "0.4.0"
- "0.5.0"
- "0.6.2" # 0.6.0-0.6.1 cause RegExp syntax error in URI
- "1.0.0"
fail-fast: false
uses: "./.github/workflows/reusable-bun.yml"
with:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Others

* support Bun>=1.0.0
* **DROP** support Bun<1.0.0

## [4.0.0] - 2023-07-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ See [CHANGELOG.md](CHANGELOG.md).
[link-typescript]: https://www.typescriptlang.org/
[image-deno]: https://img.shields.io/badge/%F0%9F%A6%95%20Deno-%3E%3D1.0.0-brightgreen
[link-deno]: https://deno.land/
[image-bun]: https://img.shields.io/badge/%F0%9F%A5%9F%20Bun-%3E%3D0.1.11-brightgreen
[image-bun]: https://img.shields.io/badge/%F0%9F%A5%9F%20Bun-%3E%3D1.0.0-brightgreen
[link-bun]: https://bun.sh/
[image-license]: https://img.shields.io/github/license/shimataro/value-schema.svg
[link-license]: ./LICENSE

0 comments on commit 2138199

Please sign in to comment.