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
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[package]
name = "cisco-ai-defense-pickle-fuzzer"
version = "0.1.0"
version = "1.0.1"
edition = "2021"
authors = ["Cisco AI Defense"]
description = "A structure-aware test case generator for Python pickle parsers and validators"
Expand Down
6 changes: 3 additions & 3 deletions DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,9 +338,9 @@ Ensure all checks pass locally before pushing.
1. Update version in `Cargo.toml` and `pyproject.toml`
2. Update `CHANGELOG.md`
3. Run full test suite
4. Create git tag: `git tag -a v0.x.0 -m "Release v0.x.0"`
5. Push tag: `git push origin v0.x.0`
6. CI will automatically build and publish
4. Create git tag: `git tag -a vX.Y.Z -m "Release vX.Y.Z"`
5. Push tag: `git push origin vX.Y.Z`
6. The GitHub release workflow will create or update the GitHub Release, build release binaries, attach checksums, and publish build attestations

## Getting Help

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -573,9 +573,7 @@ Given a version number `MAJOR.MINOR.PATCH`:
- **MINOR**: Backwards-compatible new functionality
- **PATCH**: Backwards-compatible bug fixes

**Current version**: 0.1.0 (pre-release)

Pre-1.0 versions (0.x.x) may introduce breaking changes in minor versions as the API stabilizes.
**Current version**: 1.0.1

## License

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[project]
name = "cisco-ai-defense-pickle-fuzzer"
version = "0.1.0"
version = "1.0.1"
description = "Structure-aware pickle generator for fuzzing"
readme = "README.md"
requires-python = ">=3.11,<3.12"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading