diff --git a/.github/workflows/ci_master.yml b/.github/workflows/ci_master.yml index 2e103f1..1010b93 100644 --- a/.github/workflows/ci_master.yml +++ b/.github/workflows/ci_master.yml @@ -111,7 +111,8 @@ jobs: lein pom export ORIGINAL_VERSION=$(less pom.xml | grep "" | head -1 | cut -d ">" -f2 | cut -d "<" -f1) echo "Original version is:" $ORIGINAL_VERSION - lein do change version leiningen.release/bump-version release, vcs commit, install + lein change version leiningen.release/bump-version release + lein do vcs commit, install lein pom export RELEASE_VERSION=$(less pom.xml | grep "" | head -1 | cut -d ">" -f2 | cut -d "<" -f1) echo "Release version is:" $RELEASE_VERSION diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index e69de29..0000000 diff --git a/CHANGELOG.md b/CHANGELOG.md index c97f260..221b5b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ## This library follows [Semantic Versioning](https://semver.org). ## This CHANGELOG follows [keepachangelog](https://keepachangelog.com/en/1.0.0/). +### VERSION 2.0.1 +#### Updated +* Links in README and CI config. + ### VERSION 2.0.0 #### Added * Aerospike `Key` - can now coerce `java.util.UUID` into keys alongside byte arrays, diff --git a/README.md b/README.md index e4650aa..86b79af 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ An opinionated Clojure library wrapping Aerospike Java Client. -[![Clojars Project](https://img.shields.io/clojars/v/aerospike-clj.svg)](https://clojars.org/aerospike-clj) +[![Clojars Project](https://img.shields.io/clojars/v/com.appsflyer/aerospike-clj.svg)](https://clojars.org/com.appsflyer/aerospike-clj) -[![Build Status](https://img.shields.io/github/workflow/status/AppsFlyer/aerospike-clj/ci%20branch?event=push&branch=master&label=build%20%26%20test)](https://github.com/AppsFlyer/aerospike-clj/actions) +[![Build Status](https://img.shields.io/github/workflow/status/AppsFlyer/aerospike-clj/Push%20CI%20-%20master?event=push&branch=master&label=build%20%26%20test)](https://github.com/AppsFlyer/aerospike-clj/actions) # Docs: [Generated docs](https://appsflyer.github.io/aerospike-clj/) diff --git a/project.clj b/project.clj index f5bcac8..5cbc001 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.appsflyer/aerospike-clj "2.0.0" +(defproject com.appsflyer/aerospike-clj "2.0.1-SNAPSHOT" :description "An Aerospike Clojure client." :url "https://github.com/AppsFlyer/aerospike-clj" :license {:name "Eclipse Public License"