Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nnichols committed Jan 18, 2025
1 parent 7d07ce5 commit 5fffd7c
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 4 deletions.
12 changes: 12 additions & 0 deletions .wallbrew/sealog/changes/1-2-0.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{:version {:major 1
:minor 2
:patch 0}
:version-type :semver3
:changes {:added []
:changed []
:deprecated []
:removed []
:fixed ["Enabled `*warn-on-reflections*` globally."
"Fixed outstanding reflection."]
:security []}
:timestamp "2025-01-18T00:08:14.816302Z"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## Table of Contents

* [1.2.0 - 2025-01-18](#120---2025-01-18)
* [1.1.1 - 2024-10-13](#111---2024-10-13)
* [1.1.0 - 2024-10-13](#110---2024-10-13)
* [1.0.0 - 2024-09-20](#100---2024-09-20)

## 1.2.0 - 2025-01-18

* Fixed
* Enabled `*warn-on-reflections*` globally.
* Fixed outstanding reflection.

## 1.1.1 - 2024-10-13

* Fixed
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.wallbrew</groupId>
<artifactId>bouncer</artifactId>
<packaging>jar</packaging>
<version>1.1.1</version>
<version>1.2.0</version>
<name>bouncer</name>
<description>A Leiningen plugin to manage Leiningen.</description>
<url>https://github.com/Wall-Brew-Co/bouncer</url>
Expand All @@ -20,7 +20,7 @@
<url>https://github.com/Wall-Brew-Co/bouncer</url>
<connection>scm:git:git://github.com/Wall-Brew-Co/bouncer.git</connection>
<developerConnection>scm:git:ssh://[email protected]/Wall-Brew-Co/bouncer.git</developerConnection>
<tag>442814909c24b0ba68d953af23e196d03ac75713</tag>
<tag>7d07ce58ba90b95e1db7bc082b23def267981cf7</tag>
</scm>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject com.wallbrew/bouncer "1.1.1"
(defproject com.wallbrew/bouncer "1.2.0"
:description "A Leiningen plugin to manage Leiningen."
:url "https://github.com/Wall-Brew-Co/bouncer"
:license {:name "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/leiningen/bouncer/impl/io.clj
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
(throw (ex-info (str "Invalid file contents: " filename)
{:filename filename
:errors (spec/explain-data spec contents)}))))
(throw (ex-info "Not matching file exists!"
(throw (ex-info "No matching file exists!"
{:filename filename}))))


Expand Down

0 comments on commit 5fffd7c

Please sign in to comment.