Skip to content

Commit 898b70d

Browse files
committed
Release of v0.1.1
1 parent 6adc440 commit 898b70d

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
# Change Log
2-
## [0.1.0] - 19-DEC-2020
2+
## v0.1.1 - 21-DEC-2020
3+
### FIXED
4+
- `post-req` function arguments refactored in `core.clj`.
5+
### UPDATED
6+
- WP REST API functions moved to `rest.clj` and prefixed them with `wp-`.
7+
- Project name set explicitly at `project.clj` to make the documentation pretty.
8+
### CHNAGED
9+
- Logo color changed to black
10+
### ADDED
11+
- Unit test added for core functions in `core.clj`.
12+
- Unit test added for core functions in `rest.clj`.
13+
- Documentation branch inititated(`gh-page`).
14+
15+
## v0.1.0 - 19-DEC-2020
316
### INITIAL RELEASE
417
- Initial release of v0.1.0.

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject org.clojars.codemascot/wc-api-clj "0.1.0"
1+
(defproject org.clojars.codemascot/wc-api-clj "0.1.1"
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)