Skip to content

Commit d396883

Browse files
committed
Release 0.2.0
1 parent e55ecad commit d396883

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

3-
## 0.2.0-snapshot (unreleased)
3+
## 0.3.0-snapshot (unreleased)
4+
5+
## 0.2.0 (2026-05-14)
46

57
- Optional inline result overlays. Set `port-eval-overlay' to
68
`t' and each interactive eval (`C-c C-e' on a sexp, `C-c C-c'

lisp/port.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; Maintainer: Bozhidar Batsov <bozhidar@batsov.dev>
77
;; Homepage: https://github.com/clojure-emacs/port
88
;; Keywords: languages, clojure, port, prepl
9-
;; Version: 0.1.0
9+
;; Version: 0.2.0
1010
;; Package-Requires: ((emacs "28.1"))
1111

1212
;; This program is free software: you can redistribute it and/or modify
@@ -59,7 +59,7 @@
5959
:group 'applications
6060
:link '(url-link :tag "GitHub" "https://github.com/bbatsov/port"))
6161

62-
(defconst port-version "0.1.0"
62+
(defconst port-version "0.2.0"
6363
"The current version of Port.")
6464

6565
(defcustom port-default-host "localhost"

0 commit comments

Comments
 (0)