Skip to content

Commit

Permalink
Release v1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
senier committed Jan 18, 2024
1 parent a40c517 commit e00c4e7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.0.11] - 2024-01-18

[unreleased]: https://github.com/senier/cobrafuzz/compare/v1.0.10...HEAD
### Changed

- Migrate to pytest
- Upgrade dependencies
- Introduce checks (ruff, black, kacl)
- Introduce type hints and mypy checks
- Rename to cobrafuzz
- Enable GitHub CI

[1.0.11]: https://github.com/senier/cobrafuzz/compare/1.0.10...v1.0.11
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = "cobrafuzz"
version = "1.0.12"
version = "1.0.11"
authors = [
{name = "Alexander Senier", email = "mail@senier.net"}
]
Expand Down

0 comments on commit e00c4e7

Please sign in to comment.