Skip to content

Commit 379e9e4

Browse files
committed
Bump CppInterOp version to 1.4.0
1 parent 713343a commit 379e9e4

File tree

2 files changed

+21
-17
lines changed

2 files changed

+21
-17
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.4.0;dev

docs/ReleaseNotes.md

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Introduction
22
============
33

44
This document contains the release notes for the language interoperability
5-
library CppInterOp, release 1.3.0. CppInterOp is built on top of
5+
library CppInterOp, release 1.4.0. CppInterOp is built on top of
66
[Clang](http://clang.llvm.org) and [LLVM](http://llvm.org>) compiler
77
infrastructure. Here we describe the status of CppInterOp in some detail,
88
including major improvements from the previous release and new feature work.
@@ -18,7 +18,7 @@ the necessary introspection information to the other side helping the language
1818
cross talk.
1919

2020

21-
What's New in CppInterOp 1.3.0?
21+
What's New in CppInterOp 1.4.0?
2222
=============================
2323

2424
Some of the major new features and improvements to CppInterOp are listed here.
@@ -39,31 +39,35 @@ External Dependencies
3939
Introspection
4040
-------------
4141

42-
*
43-
* `GetFunctionArgDefault` and `GetFunctionArgName` now consider template
44-
functions
45-
* Consolidate the template instantiation logic.
42+
*
43+
44+
45+
Just-in-Time Compilation
46+
------------------------
47+
48+
*
4649

4750

4851
Incremental C++
4952
---------------
5053

51-
* Add Code Completion API
52-
* Improved Windows support
53-
* Add API for detection of resource and include directories from the system
54-
compiler
54+
*
5555

5656

5757
Misc
5858
----
5959

60-
* Improved installation of the CppInterOp folder.
60+
*
6161

6262

6363
Fixed Bugs
6464
----------
6565

66-
[257](https://github.com/compiler-research/CppInterOp/issues/257)
66+
[XXX](https://github.com/compiler-research/CppInterOp/issues/XXX)
67+
68+
<!---Get release bugs
69+
git log v1.3.0..main | grep 'Fixes|Closes'
70+
--->
6771

6872
Special Kudos
6973
=============
@@ -75,7 +79,7 @@ FirstName LastName (#commits)
7579

7680
A B (N)
7781

78-
Aaron Jomy (19)
79-
mcbarton (17)
80-
Vassil Vassilev (10)
81-
Alexander Penev (4)
82+
<!---Find contributor list for this release
83+
git log --pretty=format:"%an" v1.3.0...main | sort | uniq -c | sort -rn |\
84+
sed -E 's,^ *([0-9]+) (.*)$,\2 \(\1\),'
85+
--->

0 commit comments

Comments
 (0)