Skip to content

Commit e4733a0

Browse files
committed
Prepare for release v1.3.0
1 parent b6ca3b5 commit e4733a0

File tree

2 files changed

+20
-23
lines changed

2 files changed

+20
-23
lines changed

VERSION

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

docs/ReleaseNotes.md

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -21,52 +21,49 @@ cross talk.
2121
What's New in CppInterOp 1.3.0?
2222
=============================
2323

24-
Some of the major new features and improvements to Clad are listed here. Generic
25-
improvements to Clad as a whole or to its underlying infrastructure are
26-
described first.
24+
Some of the major new features and improvements to CppInterOp are listed here.
25+
Generic improvements to CladCppInterOp as a whole or to its underlying
26+
infrastructure are described first.
2727

2828
External Dependencies
2929
---------------------
3030

3131
* CppInterOp now works with:
32-
* cling (based on patched clang13)
32+
* cling (based on patched clang16)
3333
* clang-repl
3434
* based on patched clang16
3535
* clang17
36+
* clang18
3637

3738

3839
Introspection
3940
-------------
4041

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

4947

5048
Incremental C++
5149
---------------
5250

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

5556

5657
Misc
5758
----
5859

59-
*
60+
* Improved installation of the CppInterOp folder.
6061

6162

6263
Fixed Bugs
6364
----------
6465

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-
--->
66+
[257](https://github.com/compiler-research/CppInterOp/issues/257)
7067

7168
Special Kudos
7269
=============
@@ -78,7 +75,7 @@ FirstName LastName (#commits)
7875

7976
A B (N)
8077

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-
--->
78+
Aaron Jomy (19)
79+
mcbarton (17)
80+
Vassil Vassilev (10)
81+
Alexander Penev (4)

0 commit comments

Comments
 (0)