summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-02-21 15:03:26 +0100
committerGravatar Tom Willemse2016-02-21 15:03:26 +0100
commitd2c9926a8e79e13ef9942fe96b8109add24a9978 (patch)
tree44c3668a0e6fa5e59c57459e158bd8dbfe2ef7cb
parent6d56f6c9286b306bfce2c8f16aee7138feb31fe3 (diff)
downloadmode-icons-d2c9926a8e79e13ef9942fe96b8109add24a9978.tar.gz
mode-icons-d2c9926a8e79e13ef9942fe96b8109add24a9978.zip
Bump version0.3.0
-rw-r--r--CHANGELOG.md5
-rw-r--r--mode-icons.el2
2 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7df6d4f..62652c7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
-## [Unreleased]
+## [0.3.0]
### Added
- Support for using Octicons, Font Awesome and Font Mfizz as icons.
@@ -97,5 +97,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Customization options.
- Lisp Interaction mode icon.
-[Unreleased]: https://github.com/ryuslash/mode-icons/compare/0.2.0...HEAD
+[Unreleased]: https://github.com/ryuslash/mode-icons/compare/0.3.0...HEAD
+[0.3.0]: https://github.com/ryuslash/mode-icons/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/ryuslash/mode-icons/compare/0.1.0...0.2.0
diff --git a/mode-icons.el b/mode-icons.el
index e7fb505..49d085b 100644
--- a/mode-icons.el
+++ b/mode-icons.el
@@ -5,7 +5,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: multimedia
-;; Version: 0.2.1
+;; Version: 0.3.0
;; URL: http://ryuslash.org/projects/mode-icons.html
;; Package-Requires: ((emacs "24") (cl-lib "0.5"))