Skip to content

Commit

Permalink
Bumping version to 1.5.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
auto-differentiation-dev committed Jan 10, 2024
1 parent e76abbe commit 1b59b17
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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]

### Added

### Changed

### Deprecated

### Removed

### Fixed

## [1.4.1] - 2024-01-10

This is a patch release to ensure compatibility with QuantLib 1.33.
Expand Down Expand Up @@ -80,6 +92,8 @@ 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.4.1...HEAD

[1.4.1]: https://github.com/auto-differentiation/XAD/compare/v1.4.0...v1.4.1

[1.4.0]: https://github.com/auto-differentiation/XAD/compare/v1.3.0...v1.4.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ It targets production-quality code at any scale, striving for both ease of use a
<a href="https://github.com/auto-differentiation/XAD/blob/main/LICENSE.md">
<img src="https://img.shields.io/github/license/auto-differentiation/XAD?label=License" alt="License" style="max-width: 100%;">
</a>
<a href="https://doi.org/10.5281/zenodo.10474748">
<img src="https://zenodo.org/badge/DOI/10.5281/zenodo.10474748.svg" alt="DOI" style="max-width: 100%;">
<a href="https://doi.org/10.5281/zenodo.XXX">
<img src="https://zenodo.org/badge/DOI/10.5281/zenodo.XXX.svg" alt="DOI" style="max-width: 100%;">
</a>
<a href="https://github.com/auto-differentiation/XAD/blob/main/CONTRIBUTING.md">
<img src="https://img.shields.io/badge/PRs%20-welcome-brightgreen.svg" alt="PRs Welcome" style="max-width: 100%;">
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.1
1.5.0-dev

0 comments on commit 1b59b17

Please sign in to comment.