Skip to content

Commit 0e5ff85

Browse files
committed
Set version to 0.2.0
1 parent c1eab7a commit 0e5ff85

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

.emacs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;;; Emacs4CL 0.2.0-dev <https://github.com/susam/emacs4cl>
1+
;;; Emacs4CL 0.2.0 <https://github.com/susam/emacs4cl>
22

33
;; Customize user interface.
44
(menu-bar-mode 0)

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
0.2.0 (UNRELEASED)
1+
0.2.0 (2020-02-21)
22
------------------
33

44
### Added

README.md

+21
Original file line numberDiff line numberDiff line change
@@ -1154,3 +1154,24 @@ This software is provided "AS IS", WITHOUT WARRANTY OF ANY KIND,
11541154
express or implied. See [LICENSE.md][L] for details.
11551155
11561156
[L]: LICENSE.md
1157+
1158+
<!--
1159+
Release Checklist
1160+
-----------------
1161+
1162+
- Update version number in .emacs.
1163+
- Update year in LICENSE.md.
1164+
- Update CHANGES.md.
1165+
- Commit changes.
1166+
1167+
git add -p
1168+
git commit
1169+
1170+
- Tag the release.
1171+
1172+
VER=
1173+
1174+
git commit -em "Set version to $VER"
1175+
git tag $VER -m "Emacs4CL $VER"
1176+
git push origin master $VER
1177+
-->

0 commit comments

Comments
 (0)