Skip to content

Commit

Permalink
Update changelog and some documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Dec 8, 2020
1 parent bba6c07 commit 6bc1065
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 17 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
/scratch.clj
/target
/wiki
/web
TAGS
test_projects/*/target
pom.xml
Expand Down
8 changes: 2 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,10 @@ Discussion occurs primarily in the
[#leiningen channel on Freenode](irc://chat.freenode.net#leiningen)

Please report issues on the
[GitHub issue tracker](https://github.com/technomancy/leiningen/issues)
or the mailing list. Sending bug reports to personal email addresses
is inappropriate. Simpler issues appropriate for first-time
contributors looking to help out are tagged "newbie".
[GitHub issue tracker](https://github.com/technomancy/leiningen/issues).

Code submissions should
be [sent](https://man.sr.ht/git.sr.ht/send-email.md) with `git
send-email` or as GitHub pull requests. Please use topic branches when
be sent as GitHub pull requests. Please use topic branches when
sending pull requests rather than committing directly to master in
order to minimize unnecessary merge commit clutter. Direct pull
requests towards the master branch, not the stable branch.
Expand Down
5 changes: 2 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Leiningen News -- history of user-visible changes

## 2.9.5
## 2.9.5 / 2020-12-07

* Update nREPL to 0.8. (Bozhidar Batsov)
* Update commons-io t0 2.8.0. (Utkarsh Gupta)
* Several dependency version bumps. (Bozhidar Batsov, Utkarsh Gupta, Chris Thunes)

## 2.9.4 / 2020-07-08

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ explains how to write plugins.

## License

Source Copyright © 2009-2018 Phil Hagelberg, Alex Osborne, Dan Larkin, and
Source Copyright © 2009-2020 Phil Hagelberg, Alex Osborne, Dan Larkin, and
[contributors](https://github.com/technomancy/leiningen/contributors).
Distributed under the Eclipse Public License, the same as Clojure
uses. See the file COPYING.
Expand Down
12 changes: 5 additions & 7 deletions leiningen-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>leiningen-core</groupId>
<artifactId>leiningen-core</artifactId>
<packaging>jar</packaging>
<version>2.9.4</version>
<version>2.9.5-SNAPSHOT</version>
<name>leiningen-core</name>
<description>Library for core functionality of Leiningen.</description>
<url>https://github.com/technomancy/leiningen</url>
Expand All @@ -14,9 +14,7 @@
</license>
</licenses>
<scm>
<tag>d6967e496c51d556b95bff00283e64552abbca69
</tag>
<url/>
<tag>c46cd666356fb7c2abf19e8f3b59c62544c419fc</tag>
</scm>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down Expand Up @@ -48,7 +46,7 @@
</repository>
<repository>
<id>clojars</id>
<url>https://clojars.org/repo/</url>
<url>https://repo.clojars.org/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
Expand All @@ -72,8 +70,8 @@
<version>0.3.0</version>
<exclusions>
<exclusion>
<groupId>org.clojure</groupId>
<artifactId>clojure</artifactId>
<groupId>org.clojure</groupId>
</exclusion>
</exclusions>
</dependency>
Expand All @@ -93,8 +91,8 @@
<version>1.2.0</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
Expand Down

0 comments on commit 6bc1065

Please sign in to comment.