Skip to content

Commit

Permalink
Update CHANGELOG and version
Browse files Browse the repository at this point in the history
  • Loading branch information
senier committed Jan 25, 2024
1 parent 23c9101 commit 979f7d3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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]

### Added

- Support code coverage and fuzzing at the same time

### Changed

- Make crash dir configurable (#13)

## [1.0.12] - 2024-01-24

### Added
Expand All @@ -22,5 +32,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Rename to cobrafuzz
- Enable GitHub CI

[Unreleased]: https://github.com/senier/cobrafuzz/compare/v1.0.12...HEAD
[1.0.12]: https://github.com/senier/cobrafuzz/compare/v1.0.11...v1.0.12
[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.13"
authors = [
{name = "Alexander Senier", email = "mail@senier.net"}
]
Expand Down

0 comments on commit 979f7d3

Please sign in to comment.