Skip to content

Commit 8536d54

Browse files
committed
Prepare for release v1.4.0
1 parent 935d8ab commit 8536d54

File tree

2 files changed

+15
-27
lines changed

2 files changed

+15
-27
lines changed

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.0;dev
1+
1.4.0

Diff for: docs/ReleaseNotes.md

+14-26
Original file line numberDiff line numberDiff line change
@@ -29,45 +29,31 @@ External Dependencies
2929
---------------------
3030

3131
* CppInterOp now works with:
32-
* cling (based on patched clang16)
33-
* clang-repl
34-
* based on patched clang16
35-
* clang17
36-
* clang18
32+
* llvm19
3733

3834

3935
Introspection
4036
-------------
4137

42-
*
43-
44-
45-
Just-in-Time Compilation
46-
------------------------
47-
48-
*
38+
* Add GetBinaryOperator interface
39+
* Add GetIncludePaths interface
40+
* Improve template instantiation logic
4941

5042

5143
Incremental C++
5244
---------------
5345

54-
*
46+
* Improve the wasm infrastructure
5547

5648

57-
Misc
58-
----
59-
60-
*
6149

6250

6351
Fixed Bugs
6452
----------
6553

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-
--->
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)
7157

7258
Special Kudos
7359
=============
@@ -79,7 +65,9 @@ FirstName LastName (#commits)
7965

8066
A B (N)
8167

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-
--->
68+
mcbarton (16)
69+
Vipul Cariappa (8)
70+
Aaron Jomy (8)
71+
maximusron (4)
72+
Vassil Vassilev (2)
73+
Gnimuc (2)

0 commit comments

Comments
 (0)