From 1f7caf06b92faf17e7cb61932a472c1fbe7d2eb2 Mon Sep 17 00:00:00 2001 From: Viktor Eikman Date: Thu, 6 Jun 2019 10:34:19 +0200 Subject: [PATCH] v0.4.0 release. --- CHANGELOG.md | 6 +++++- project.clj | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 826b25e22..752d4641e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ This log follows the conventions of version 0.2.0, thus covering only a fraction of the project’s history. ## [Unreleased] +Nothing yet. + +## [Version 0.4.0] - 2019-06-06 ### Changed - Moved and replaced some parameters: - Both the `keycaps` and `switches` sections have been replaced. There is @@ -153,5 +156,6 @@ version 0.2.0, thus covering only a fraction of the project’s history. - Removed a dependency on `unicode-math`. The requisite version of the library had not been deployed to Clojars and its use was cosmetic. -[Unreleased]: https://github.com/veikman/dactyl-keyboard/compare/dmote-v0.3.0...HEAD +[Unreleased]: https://github.com/veikman/dactyl-keyboard/compare/dmote-v0.4.0...HEAD +[Version 0.4.0]: https://github.com/veikman/dactyl-keyboard/compare/dmote-v0.3.0...dmote-v0.4.0 [Version 0.3.0]: https://github.com/veikman/dactyl-keyboard/compare/dmote-v0.2.0...dmote-v0.3.0 diff --git a/project.clj b/project.clj index 748af982d..8c8b7ee04 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject dactyl-keyboard "0.4.0-SNAPSHOT" +(defproject dactyl-keyboard "0.4.0" :description "A parametrized, split-hand, concave, columnar, ergonomic keyboard" :url "http://viktor.eikman.se/article/the-dmote/" :license {:name "GNU Affero General Public License"