Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
unsign3d committed Feb 26, 2025
1 parent fd9bd79 commit 82ef673
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
File renamed without changes.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ jobs:
- windows-latest
- macos-latest
ruby:
- 2.6
- 2.7
- 3.0
- 3.1
- 3.2
- 3.3

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-ruby@v1

- uses: actions/download-artifact@v2

- name: remove old builds
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby 2.6.0
rust 1.59.0
ruby 3.2.2
rust 1.85.0
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.16.0]
### Removed
- Support for old versions of Ruby

### Added
- Support for newer versions of Ruby

## [0.16.0]
### Changed
- Added support for linux aarch64
Expand Down
2 changes: 1 addition & 1 deletion lib/rusty_json_schema/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module RustyJSONSchema

VERSION = "0.16.0"
VERSION = "1.0.0"

end

0 comments on commit 82ef673

Please sign in to comment.