File tree Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ project(Dissolve)
4
4
set (DESCRIPTION "Dissolve" )
5
5
set (AUTHOR "Team Dissolve" )
6
6
set (VERSION_MAJOR "1" )
7
- set (VERSION_MINOR "7 " )
7
+ set (VERSION_MINOR "8 " )
8
8
set (VERSION_PATCH "0" )
9
9
10
10
if (NOT CMAKE_BUILD_TYPE )
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ 1.8.0] - 2025-06-09
3
+ ## [ 1.8.0] - 2025-06-10
4
4
5
5
### 🚀 Features
6
6
24
24
25
25
- Fix image links for ModifierOSites and QSpecies ([ #2131 ] ( https://github.com/disorderedmaterials/dissolve/issues/2131 ) )
26
26
- Fix some code formatting issues. ([ #2166 ] ( https://github.com/disorderedmaterials/dissolve/issues/2166 ) )
27
+ - Revert unwanted version change in code. ([ #2183 ] ( https://github.com/disorderedmaterials/dissolve/issues/2183 ) )
27
28
28
29
### 🔨️ Build Tools
29
30
39
40
- Fix version bumping of continuous build ([ #2173 ] ( https://github.com/disorderedmaterials/dissolve/issues/2173 ) )
40
41
- Add missing example data archives to published assets ([ #2178 ] ( https://github.com/disorderedmaterials/dissolve/issues/2178 ) )
41
42
- Fix target OS version for OSX dependent libs ([ #2176 ] ( https://github.com/disorderedmaterials/dissolve/issues/2176 ) )
43
+ - Fix bad syntax in release pipeline. ([ #2181 ] ( https://github.com/disorderedmaterials/dissolve/issues/2181 ) )
44
+ - Use artifacts for Windows and OSX Qt ([ #2180 ] ( https://github.com/disorderedmaterials/dissolve/issues/2180 ) )
42
45
43
46
### Doc
44
47
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.8 .0" ;
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.8 .0"
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,7 +47,7 @@ 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"
50
+ releaseVersion = " 1.8 .0"
51
51
releaseDate = " Tuesday 10th June 2025"
52
52
github_repo = " https://github.com/disorderedmaterials/dissolve"
53
53
github_subdir = " web"
You can’t perform that action at this time.
0 commit comments