Skip to content

Commit 613534d

Browse files
committed
Add changelog, small fixes
1 parent 8fe1693 commit 613534d

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

.dockerignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
.github/
2-
.venv/
3-
.vscode/
1+
.*

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [Unreleased]
8+
9+
## [0.1.0] - 2021-09-04
10+
### Added
11+
- Initial Release

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Dockerized service to automatically backup all of your database containers.
1010

1111
Docker Image Tags:
1212

13-
- `jandi/database-backup` [Docker Hub](https://hub.docker.com/r/jandi/docker-database-backup)
14-
- `ghcr.io/jan-di/database-backup` [GitHub Container Registry](https://github.com/jan-di/docker-database-backup/pkgs/container/docker-database-backup)
13+
- `jandi/database-backup` [Docker Hub](https://hub.docker.com/r/jandi/database-backup)
14+
- `ghcr.io/jan-di/database-backup` [GitHub Container Registry](https://github.com/jan-di/docker-database-backup/pkgs/container/database-backup)
1515

1616
## Service Configuration
1717

0 commit comments

Comments
 (0)