File tree Expand file tree Collapse file tree 5 files changed +29
-5
lines changed Expand file tree Collapse file tree 5 files changed +29
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ set(DESCRIPTION "Dissolve")
5
5
set (AUTHOR "Team Dissolve" )
6
6
set (VERSION_MAJOR "1" )
7
7
set (VERSION_MINOR "7" )
8
- set (VERSION_PATCH "0 " )
8
+ set (VERSION_PATCH "1 " )
9
9
10
10
if (NOT CMAKE_BUILD_TYPE )
11
11
set (CMAKE_BUILD_TYPE "Release" )
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## [ 1.7.1] - 2025-04-11
4
+
5
+ ### 🐛 Bug Fixes
6
+
7
+ - Checking species setup would crash if CoordinateSets were used ([ #2133 ] ( https://github.com/disorderedmaterials/dissolve/issues/2133 ) )
8
+
9
+ ### ⚙️ Miscellaneous Tasks
10
+
11
+ - Fix image links for ModifierOSites and QSpecies ([ #2131 ] ( https://github.com/disorderedmaterials/dissolve/issues/2131 ) )
12
+
13
+ ### 🔨️ Build Tools
14
+
15
+ - Introduce recreate_release workflow ([ #2115 ] ( https://github.com/disorderedmaterials/dissolve/issues/2115 ) )
16
+ - Store ChangeLog.md in release branch ([ #2118 ] ( https://github.com/disorderedmaterials/dissolve/issues/2118 ) )
17
+ - Lock cmake to v3 (Windows) ([ #2122 ] ( https://github.com/disorderedmaterials/dissolve/issues/2122 ) )
18
+ - Add missing GSL libs to OSX package ([ #2123 ] ( https://github.com/disorderedmaterials/dissolve/issues/2123 ) )
19
+
20
+ ### Doc
21
+
22
+ - Glass modules documentation ([ #2124 ] ( https://github.com/disorderedmaterials/dissolve/issues/2124 ) )
23
+
24
+ <!-- generated by git-cliff -->
Original file line number Diff line number Diff line change 21
21
else
22
22
( if gui then "dissolve-gui" else "dissolve" ) ;
23
23
cmake-bool = x : if x then "ON" else "OFF" ;
24
- version = "1.7.0 " ;
24
+ version = "1.7.1 " ;
25
25
base_libs = pkgs :
26
26
with pkgs ; [
27
27
antlr4
Original file line number Diff line number Diff line change 6
6
#include < iostream>
7
7
#include < string>
8
8
9
- #define DISSOLVEVERSION " 1.7.0 "
9
+ #define DISSOLVEVERSION " 1.7.1 "
10
10
#define DISSOLVESHORTHASH " "
11
11
#define DISSOLVEREPO " https://github.com/disorderedmaterials/dissolve.git"
12
12
Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ latexDashes = true
47
47
# General Parameters
48
48
[params ]
49
49
copyright = " Team Dissolve and contributors. Built using Hugo/Docsy."
50
- releaseVersion = " 1.7.0 "
51
- releaseDate = " Thursday 27th March 2025"
50
+ releaseVersion = " 1.7.1 "
51
+ releaseDate = " Friday 11th April 2025"
52
52
github_repo = " https://github.com/disorderedmaterials/dissolve"
53
53
github_subdir = " web"
54
54
github_branch = " develop"
You can’t perform that action at this time.
0 commit comments