Skip to content

Commit

Permalink
Preparing patch release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
auto-differentiation-dev committed Mar 28, 2024
1 parent 30ca85f commit 8461e93
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@ All notable changes to XAD 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.5.1] - 2024-03-28

### Added

### Changed
This is a patch release to allow interoperability with the QuantLib-Risks
Python package.

### Deprecated
### Added

### Removed
- added static functions to `Tape` to activate and deactivate a specific
tape instance

### Fixed

## [1.5.0] - 2024-03-25

Expand Down Expand Up @@ -108,7 +107,7 @@ This is a patch release to ensure compatibility with QuantLib 1.33.

Initial open-source release

[unreleased]: https://github.com/auto-differentiation/XAD/compare/v1.5.0...HEAD
[1.5.1]: https://github.com/auto-differentiation/XAD/compare/v1.5.0...v1.5.1

[1.5.0]: https://github.com/auto-differentiation/XAD/compare/v1.4.1...v1.5.0

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0-dev
1.5.1

0 comments on commit 8461e93

Please sign in to comment.