Skip to content

Commit a7c41ad

Browse files
claremacraeisidore
andcommitted
v.3.4.1 release
Co-Authored-By: Llewellyn Falco <[email protected]>
1 parent 0245609 commit a7c41ad

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

build/build_hpp.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
set -e
88
set -o pipefail
99

10-
LAST_VERSION="v.3.4.0"
10+
LAST_VERSION="v.3.4.1"
1111
VERSION="v.X.X.X"
1212

1313
PUSH_TO_PRODUCTION="true"

build/relnotes_3.4.1.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
* **Breaking changes**
2+
* None
3+
* **New features**
4+
* None
5+
* **Bug fixes**
6+
* Works on MinGW
7+
* **Other changes**
8+
* None

to_do.txt

+3
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,11 @@ DOCUMENTATION
3434
. document use of converter objects - see comment in #6
3535
. hook Simon Cropp's code mechanism into github pre-commit mechanism
3636
. document how to test file types that are not character-for-character equivalent
37+
3738
RELEASES
3839

40+
. try Markdown Navigator to allow checkboxes in build steps
41+
. get cmake to generate build from command line (to remove requirement that CLion needs to have built starter project)
3942
. include licence in released header
4043

4144
FORMATTING OF CODE

0 commit comments

Comments
 (0)