Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
senier committed Feb 10, 2024
1 parent 9843ecf commit fbf16c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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]
## [2.1.0] - 2024-02-10

### Added

Expand Down Expand Up @@ -66,7 +66,7 @@ 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/v2.0.0...main
[2.1.0]: https://github.com/senier/cobrafuzz/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/senier/cobrafuzz/compare/v1.0.12...v2.0.0
[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 = "2.0.0"
version = "2.1.0"
authors = [
{name = "Alexander Senier", email = "mail@senier.net"}
]
Expand Down

0 comments on commit fbf16c5

Please sign in to comment.