From 3fb7e1c188e52d3f93b9fc87d7e5132fd2c61716 Mon Sep 17 00:00:00 2001 From: Khan Mohammad R Date: Sat, 19 Dec 2020 20:00:17 +0600 Subject: [PATCH] Release of v0.1.0 --- CHANGELOG.md | 26 +++----------------------- project.clj | 2 +- 2 files changed, 4 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8193d0b..dd5d8d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,4 @@ # Change Log -All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). - -## [Unreleased] -### Changed -- Add a new arity to `make-widget-async` to provide a different widget shape. - -## [0.1.1] - 2020-12-15 -### Changed -- Documentation on how to make the widgets. - -### Removed -- `make-widget-sync` - we're all async, all the time. - -### Fixed -- Fixed widget maker to keep working when daylight savings switches over. - -## 0.1.0 - 2020-12-15 -### Added -- Files from the new template. -- Widget maker public API - `make-widget-sync`. - -[Unreleased]: https://github.com/your-name/wc-api-clj/compare/0.1.1...HEAD -[0.1.1]: https://github.com/your-name/wc-api-clj/compare/0.1.0...0.1.1 +## [0.1.0] - 19-DEC-2020 +### INITIAL RELEASE +- Initial release of v0.1.0. diff --git a/project.clj b/project.clj index 0518666..7efe3d9 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject codemascot/wc-api-clj "0.1.0-SNAPSHOT" +(defproject org.clojars.codemascot/wc-api-clj "0.1.0" :description "WooCommerce REST API client written in Clojure." :url "https://github.com/codemascot/wc-api-clj" :scm {:name "git"