Skip to content

Commit 7ecc838

Browse files
committed
Bump CppInterOp version to 1.5.0
1 parent 8536d54 commit 7ecc838

File tree

2 files changed

+25
-17
lines changed

2 files changed

+25
-17
lines changed

VERSION

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

docs/ReleaseNotes.md

Lines changed: 24 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.4.0. CppInterOp is built on top of
5+
library CppInterOp, release 1.5.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.4.0?
21+
What's New in CppInterOp 1.5.0?
2222
=============================
2323

2424
Some of the major new features and improvements to CppInterOp are listed here.
@@ -29,31 +29,41 @@ External Dependencies
2929
---------------------
3030

3131
* CppInterOp now works with:
32-
* llvm19
32+
* llvm18
3333

3434

3535
Introspection
3636
-------------
3737

38-
* Add GetBinaryOperator interface
39-
* Add GetIncludePaths interface
40-
* Improve template instantiation logic
38+
*
39+
40+
41+
Just-in-Time Compilation
42+
------------------------
43+
44+
*
4145

4246

4347
Incremental C++
4448
---------------
4549

46-
* Improve the wasm infrastructure
50+
*
4751

4852

53+
Misc
54+
----
55+
56+
*
4957

5058

5159
Fixed Bugs
5260
----------
5361

54-
[69](https://github.com/compiler-research/CppInterOp/issues/69)
55-
[284](https://github.com/compiler-research/CppInterOp/issues/284)
56-
[294](https://github.com/compiler-research/CppInterOp/issues/294)
62+
[XXX](https://github.com/compiler-research/CppInterOp/issues/XXX)
63+
64+
<!---Get release bugs
65+
git log v1.4.0..main | grep 'Fixes|Closes'
66+
--->
5767

5868
Special Kudos
5969
=============
@@ -65,9 +75,7 @@ FirstName LastName (#commits)
6575

6676
A B (N)
6777

68-
mcbarton (16)
69-
Vipul Cariappa (8)
70-
Aaron Jomy (8)
71-
maximusron (4)
72-
Vassil Vassilev (2)
73-
Gnimuc (2)
78+
<!---Find contributor list for this release
79+
git log --pretty=format:"%an" v1.4.0...main | sort | uniq -c | sort -rn |\
80+
sed -E 's,^ *([0-9]+) (.*)$,\2 \(\1\),'
81+
--->

0 commit comments

Comments
 (0)