Skip to content

Commit

Permalink
Version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Silex committed Nov 10, 2023
1 parent d1f6d33 commit 3cd379b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 2.3.0 (2023-11-10)

- Add support for contexts.
- Add `--link` option to docker-image-run.
- Add ability to use vterm with environment and workdir set.
- Add support for `docker-compose pause/unpause`.
- Provide default list of Docker Compose projects.
- Separate docker container pause from unpause.
- Fix byte-comp error with vterm.
- Fix `docker-volume-dired` bug with newlines.
- Remove docker-tramp dependency.

## 2.2.0 (2022-06-27)

- Add `--profile` flag to docker-compose.
Expand Down
2 changes: 1 addition & 1 deletion docker.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; Author: Philippe Vaucher <[email protected]>
;; URL: https://github.com/Silex/docker.el
;; Keywords: filename, convenience
;; Version: 2.2.0
;; Version: 2.3.0
;; Package-Requires: ((aio "1.0") (dash "2.19.1") (emacs "26.1") (s "1.13.0") (tablist "1.1") (transient "0.4.3"))

;; This file is NOT part of GNU Emacs.
Expand Down

0 comments on commit 3cd379b

Please sign in to comment.