Skip to content

Commit 8d451d7

Browse files
committed
add changelog and 0.0.2 info. backfilled with 0.0.1 release info
1 parent 9ffde85 commit 8d451d7

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.0.2] - 2023-06-26
11+
12+
### Added
13+
14+
- Support for cluster volume types (#4). See docker
15+
[cluster volumes](https://github.com/moby/moby/blob/master/docs/cluster_volumes.md)
16+
documentation for additional information. Thanks @TheSilkky for suggesting
17+
this addition!
18+
19+
## [0.0.1] - 2023-05-16
20+
21+
### Added
22+
23+
- Initial release of `docker deployx`, a
24+
[Compose-Spec](https://compose-spec.io/) Compliant `docker stack deploy`
25+
Replacement

0 commit comments

Comments
 (0)