Skip to content

Commit 6eb2845

Browse files
committed
Update version string
1 parent 27b58bb commit 6eb2845

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.15...3.16)
22

33
project(
44
IR
5-
VERSION 0.14.0
5+
VERSION 0.13.0
66
LANGUAGES CXX)
77

88
configure_file(docs/ReleaseNotes/version.in

docs/ReleaseNotes/v0.13.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# News #
2+
3+
## Features ##
4+
5+
* Support for documentation strings in:
6+
* namespace
7+
8+
* Support for operators

0 commit comments

Comments
 (0)