File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ # Release v20.2.1
2+
3+ * MISC: XBR Code cleaning (#473 )
4+ * MISC: Add missing license headers, other cleanups (#471 )
5+ * NEW: XBR SimpleBuyer with EIP712 signing (#470 )
6+
7+ ---
8+
19# Release v20.1.2
210
311* FIX: make SimpleSeller.start() async. Add seller example (#467 )
Original file line number Diff line number Diff line change 11BUILD_DATE =$(shell date -u +"% Y-% m-% d")
2- AUTOBAHN_JAVA_VERSION ='20.1.2 '
2+ AUTOBAHN_JAVA_VERSION ='20.2.1 '
33AUTOBAHN_JAVA_VCS_REF ='unknown'
44
55default :
Original file line number Diff line number Diff line change 44
55FILE=$( mktemp)
66TAG_CURRENT=$( git describe --abbrev=0)
7- TAG_PREVIOUS=$( git describe --abbrev=0 --tags $( git rev-list --tags --skip=1 --max-count=1) )
87echo ' # Release' $TAG_CURRENT ' \n' >> $FILE
9- git log $TAG_PREVIOUS .. $TAG_CURRENT --pretty=format:" * %s" >> $FILE
8+ git log $TAG_CURRENT ...HEAD --pretty=format:" * %s" >> $FILE
109echo ' \n\n---\n' >> $FILE
1110cat CHANGELOG.md >> $FILE
1211cp $FILE CHANGELOG.md
You can’t perform that action at this time.
0 commit comments