File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## Unreleased
8
+ ## [ 0.8.0 ] 2024-08-23
9
9
10
10
### Added
11
11
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ doctest_optionflags = [
75
75
# ============================================================================
76
76
77
77
[tool .bumpversion ]
78
- current_version = " 0.7 .0"
78
+ current_version = " 0.8 .0"
79
79
message = " Bump version to {new_version}"
80
80
commit = true
81
81
tag = true
Original file line number Diff line number Diff line change 6
6
__copyright__ = "Block Research Group - ETH Zurich"
7
7
__license__ = "MIT License"
8
8
__email__ = "van.mele@arch.ethz.ch"
9
- __version__ = "0.7 .0"
9
+ __version__ = "0.8 .0"
10
10
11
11
title = "FormFinder"
12
12
designers = ["Juney Lee" ]
You can’t perform that action at this time.
0 commit comments