Skip to content

Commit

Permalink
Preparing release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
auto-differentiation-dev committed Jan 9, 2024
1 parent 5df08ca commit f8defb2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
13 changes: 6 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,17 @@ 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.4.0] - 2024-01-09

### Added

### Changed

### Deprecated

### Removed
- Supporting Clang version 16 and added to CI/CD
- Adding complex arithmetics between complex XAD types and `std::complex<double>`

### Fixed

- Documentation updates

## [1.3.0] - 2023-08-16

### Added
Expand Down Expand Up @@ -69,7 +68,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial open-source release

[unreleased]: https://github.com/auto-differentiation/XAD/compare/v1.3.0...HEAD
[1.4.0]: https://github.com/auto-differentiation/XAD/compare/v1.3.0...v1.4.0

[1.3.0]: https://github.com/auto-differentiation/XAD/compare/v1.2.0...v1.3.0

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

0 comments on commit f8defb2

Please sign in to comment.