Skip to content

Commit 28e9817

Browse files
committed
Bump CppInterOp version to 1.3.0
1 parent 30ffcc2 commit 28e9817

File tree

2 files changed

+32
-13
lines changed

2 files changed

+32
-13
lines changed

VERSION

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

docs/ReleaseNotes.md

Lines changed: 31 additions & 12 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.2.0. CppInterOp is built on top of
5+
library CppInterOp, release 1.3.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.2.0?
21+
What's New in CppInterOp 1.3.0?
2222
=============================
2323

2424
Some of the major new features and improvements to Clad are listed here. Generic
@@ -35,16 +35,39 @@ External Dependencies
3535
* clang17
3636

3737

38+
Introspection
39+
-------------
40+
41+
*
42+
43+
44+
Just-in-Time Compilation
45+
------------------------
46+
47+
*
48+
49+
50+
Incremental C++
51+
---------------
52+
53+
*
54+
55+
3856
Misc
3957
----
4058

41-
* Add support for Windows
42-
* Add support for Wasm
59+
*
4360

4461

4562
Fixed Bugs
4663
----------
4764

65+
[XXX](https://github.com/compiler-research/CppInterOp/issues/XXX)
66+
67+
<!---Get release bugs
68+
git log v1.2.0..main | grep 'Fixes|Closes'
69+
--->
70+
4871
Special Kudos
4972
=============
5073

@@ -55,11 +78,7 @@ FirstName LastName (#commits)
5578

5679
A B (N)
5780

58-
fsfod (30)
59-
mcbarton (10)
60-
Vassil Vassilev (6)
61-
Shreyas Atre (4)
62-
Alexander Penev (2)
63-
Saqib (1)
64-
Aaron Jomy (1)
65-
81+
<!---Find contributor list for this release
82+
git log --pretty=format:"%an" v1.2.0...master | sort | uniq -c | sort -rn |\
83+
sed -E 's,^ *([0-9]+) (.*)$,\2 \(\1\),'
84+
--->

0 commit comments

Comments
 (0)