Compare commits

...

4 Commits

Author SHA1 Message Date
162db3d12b version and changelog update [CI SKIP]
All checks were successful
continuous-integration/drone/pr Build is passing
2022-07-25 20:57:01 +00:00
7f1d1ffffc Merge pull request 'build: update pipeline conventi to latest' (#7) from develop into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #7
2022-07-25 22:56:51 +02:00
e7c9099696 Merge pull request 'chore: add to the README simple usage instructions' (#4) from develop into main
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #4
2022-07-25 22:44:53 +02:00
b28ca00d28 Merge pull request 'feat: initial version of separate docker image' (#2) from develop into master
All checks were successful
continuous-integration/drone/pr Build is passing
Reviewed-on: #2
2022-07-25 22:26:36 +02:00
2 changed files with 18 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"version": "0.0.0",
"sha": "",
"version": "0.1.0",
"sha": "7f1d1ff",
"url": "https://git.riba-interactive.de/rick/conventi"
}

View File

@ -6,3 +6,19 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
----
## [0.1.0](https://git.riba-interactive.de/rick/conventi/compare/031d3b7...7f1d1ff) (2022-07-25)
### Features 📦
* initial version of separate docker image ([f651309](https://git.riba-interactive.de/rick/conventi/commit/f651309))
### Build System 🏗
* update pipeline conventi to latest ([91f95fd](https://git.riba-interactive.de/rick/conventi/commit/91f95fd))
### Chores 🧽
* add to the README simple usage instructions ([c77d96a](https://git.riba-interactive.de/rick/conventi/commit/c77d96a))