Skip to content

Commit 45d1585

Browse files
author
Dainius Jocas
authored
7 scm link (#8)
* chore: SCM link * chore: version bump, changelog, /close #7
1 parent 8b43082 commit 45d1585

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
33

4+
## 0.3.2 - 2019-05-27
5+
### Added
6+
- SCM link
7+
48
## 0.3.1 - 2019-05-27
59
### Changed
610
- Project URL to Github

project.clj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
(defproject clojure-graalvm-aws-lambda/lein-template "0.3.1"
1+
(defproject clojure-graalvm-aws-lambda/lein-template "0.3.2"
22
:description "Template for AWS Lambda with Clojure tools-deps, GraalVM, Docker, and Gitlab CI"
33
:url "https://github.com/tokenmill/clojure-graalvm-aws-lambda-template"
44
:license {:name "Apache License Version 2.0, January 2004"
55
:url "http://www.apache.org/licenses/"}
66
:deploy-repositories [["releases" {:sign-releases false :url "https://clojars.org"}]
77
["snapshots" {:sign-releases false :url "https://clojars.org"}]]
8+
:scm {:name "git"
9+
:url "https://github.com/tokenmill/clojure-graalvm-aws-lambda-template"}
810
:eval-in-leiningen true)

0 commit comments

Comments
 (0)