From c32861524eb026bc85df76c9eb745d2c83235be7 Mon Sep 17 00:00:00 2001 From: Ag Ibragimov Date: Sat, 7 Dec 2024 16:31:41 -0600 Subject: [PATCH] bump the package version and update the changelog --- CHANGELOG.md | 6 +++++- neil.el | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3e37b2..e38ed10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,12 @@ See the [New Clojure project quickstart](https://blog.michielborkent.nl/new-clojure-project-quickstart.html) blog post for a gentle introduction into `neil`. -## 0.3.68 +## Unreleased + - [#245](https://github.com/babashka/neil/issues/245): neil.el - neil-executable-path now can be set to `clj -M:neil` + +## 0.3.68 + - [#230](https://github.com/babashka/neil/issues/230): neil dep upgrade inserts git/url into upgraded dep ([@teodorlu](https://github.com/teodorlu)) - [#237](https://github.com/babashka/neil/issues/230): more specific error reporting on invalid github token ([@teodorlu](https://github.com/teodorlu)) - [#241](https://github.com/babashka/neil/issues/241): ignore missing deps file (instead of throwing) in `neil new` ([@bobisageek](https://github.com/bobisageek)) diff --git a/neil.el b/neil.el index 561d227..42d0e1f 100644 --- a/neil.el +++ b/neil.el @@ -5,8 +5,8 @@ ;; Author: Ag Ibragimov ;; Maintainer: Ag Ibragimov ;; Created: April 20, 2022 -;; Modified: April 20, 2022 -;; Version: 0.0.1 +;; Modified: December 07, 2024 +;; Version: 0.3.68 ;; Keywords: convenience tools ;; Homepage: https://github.com/babashka/neil ;; Package-Requires: ((emacs "27.1"))