Skip to content

Commit 2fa3cc5

Browse files
authored
docs: write comprehensive changelog and update workflows (#50)
1 parent a0fe042 commit 2fa3cc5

File tree

4 files changed

+8
-32
lines changed

4 files changed

+8
-32
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/workflows/branch-protection.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ on:
33
pull_request:
44
branches:
55
- main
6+
67
permissions:
78
contents: read
9+
810
jobs:
911
test:
1012
strategy:

.github/workflows/continuous-delivery.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: continuous-delivery
22

33
permissions:
4-
packages: write
4+
contents: read
55

66
on:
77
push:

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 2.0.0
2+
3+
- 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.
4+
- Test and publish cross-platform Gems for Linux x86_64, Linux aarch64, and macOS arm64.
5+
16
# Version 1.1.1
27

38
- Update all supported Ruby versions

0 commit comments

Comments
 (0)