Skip to content

Commit 3fb7e1c

Browse files
committed
Release of v0.1.0
1 parent 0c91c6b commit 3fb7e1c

File tree

2 files changed

+4
-24
lines changed

2 files changed

+4
-24
lines changed

CHANGELOG.md

+3-23
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,4 @@
11
# Change Log
2-
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
3-
4-
## [Unreleased]
5-
### Changed
6-
- Add a new arity to `make-widget-async` to provide a different widget shape.
7-
8-
## [0.1.1] - 2020-12-15
9-
### Changed
10-
- Documentation on how to make the widgets.
11-
12-
### Removed
13-
- `make-widget-sync` - we're all async, all the time.
14-
15-
### Fixed
16-
- Fixed widget maker to keep working when daylight savings switches over.
17-
18-
## 0.1.0 - 2020-12-15
19-
### Added
20-
- Files from the new template.
21-
- Widget maker public API - `make-widget-sync`.
22-
23-
[Unreleased]: https://github.com/your-name/wc-api-clj/compare/0.1.1...HEAD
24-
[0.1.1]: https://github.com/your-name/wc-api-clj/compare/0.1.0...0.1.1
2+
## [0.1.0] - 19-DEC-2020
3+
### INITIAL RELEASE
4+
- Initial release of v0.1.0.

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject codemascot/wc-api-clj "0.1.0-SNAPSHOT"
1+
(defproject org.clojars.codemascot/wc-api-clj "0.1.0"
22
:description "WooCommerce REST API client written in Clojure."
33
:url "https://github.com/codemascot/wc-api-clj"
44
:scm {:name "git"

0 commit comments

Comments
 (0)