Skip to content

Commit 30ffcc2

Browse files
committed
Prepare for release v1.2.0
1 parent 1d653d0 commit 30ffcc2

File tree

2 files changed

+11
-30
lines changed

2 files changed

+11
-30
lines changed

VERSION

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

docs/ReleaseNotes.md

Lines changed: 10 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -35,39 +35,16 @@ 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-
5638
Misc
5739
----
5840

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

6144

6245
Fixed Bugs
6346
----------
6447

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

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

7956
A B (N)
8057

81-
<!---Find contributor list for this release
82-
git log --pretty=format:"%an" v1.1.0...master | sort | uniq -c | sort -rn |\
83-
sed -E 's,^ *([0-9]+) (.*)$,\2 \(\1\),'
84-
--->
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+

0 commit comments

Comments
 (0)