Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 0 additions & 31 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/branch-protection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ on:
pull_request:
branches:
- main

permissions:
contents: read

jobs:
test:
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: continuous-delivery

permissions:
packages: write
contents: read
Comment thread
corybuecker marked this conversation as resolved.

on:
push:
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 2.0.0

- Replace the C-based implementation with a Rust-based implementation. The public API is mostly unchanged (see README.md) with the exception of the error messages.
- Test and publish cross-platform Gems for Linux x86_64, Linux aarch64, and macOS arm64.

# Version 1.1.1

- Update all supported Ruby versions
Expand Down
Loading