Skip to content

Commit 178ee2f

Browse files
authored
bump: to v1.0.0-rc.1 (#24)
* chore: bump to v1.0.0-rc.1 * chore: add examples * chore: bump to v1.0.0-rc.1 * lint: clippy and fmt * chore: add Cargo.lock + cargo vet
1 parent 629c273 commit 178ee2f

21 files changed

Lines changed: 3345 additions & 41 deletions

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches: [main, develop]
99
pull_request:
10+
workflow_call:
1011

1112
env:
1213
CARGO_TERM_COLOR: always

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616

1717
jobs:
1818
test:
19-
uses: ./.github/workflows/ci.yaml
19+
uses: ./.github/workflows/ci.yml
2020
validate:
2121
name: Validate Release
2222
runs-on: ubuntu-latest

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# will have compiled files and executables
33
debug
44
target
5-
Cargo.lock
65

76
# These are backup files generated by rustfmt
87
**/*.rs.bk

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9-
9+
- *bump*: Bump to v1.0.0-rc.1 (#24)
1010
- *ci(deps)*: Bump actions/upload-artifact from 4 to 5 (#3)
1111

1212
## [0.7.4] - 2025-11-18

0 commit comments

Comments
 (0)