Skip to content

Commit 95fb774

Browse files
committed
Release featomic v0.6.4
1 parent 6499abc commit 95fb774

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

featomic/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,14 @@ a changelog](https://keepachangelog.com/en/1.1.0/) format. This project follows
1717
### Removed
1818
-->
1919

20+
## [Version 0.6.4](https://github.com/metatensor/featomic/releases/tag/featomic-v0.6.4) - 2025-11-17
21+
2022
### Changed
2123

2224
- We now require Python >= 3.10
25+
- Added support for metatomic-operations v0.4.0
2326

24-
## [Version 0.6.3](https://github.com/metatensor/featomic/releases/tag/featomic-v0.6.2) - 2025-10-06
27+
## [Version 0.6.3](https://github.com/metatensor/featomic/releases/tag/featomic-v0.6.3) - 2025-10-06
2528

2629
### Fixed
2730

featomic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "featomic"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
authors = ["Guillaume Fraux <guillaume.fraux@epfl.ch>"]
55
edition = "2021"
66
rust-version = "1.74"

featomic/tests/cmake-project/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(featomic-test-cmake-project C CXX)
55
# We need to update the REQUIRED_FEATOMIC_VERSION in the same way we update the
66
# featomic version for dev builds
77
include(../../cmake/dev-versions.cmake)
8-
set(REQUIRED_FEATOMIC_VERSION "0.6.3")
8+
set(REQUIRED_FEATOMIC_VERSION "0.6.4")
99
create_development_version("${REQUIRED_FEATOMIC_VERSION}" FEATOMIC_FULL_VERSION "featomic-v")
1010
string(REGEX REPLACE "([0-9]*)\\.([0-9]*).*" "\\1.\\2" REQUIRED_FEATOMIC_VERSION ${FEATOMIC_FULL_VERSION})
1111
find_package(featomic ${REQUIRED_FEATOMIC_VERSION} REQUIRED)

0 commit comments

Comments
 (0)