Skip to content

Commit

Permalink
Add RELEASE.toml
Browse files Browse the repository at this point in the history
The purpose of this file is to provide a single point of truth for
anything that needs to reference the current version of Thar. It also
contains the list of migrations for each version update.
  • Loading branch information
zmrow committed Dec 12, 2019
1 parent 711a7b1 commit 07adbca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions RELEASE.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: "0.2.0"
datastore_version: "0.1"

[[migrations]]
from: "0.1.6"
to: "0.2.0"
names: ["migrate_0.1_borkseed", "migrate_0.1_host-containers-version-migration"]

0 comments on commit 07adbca

Please sign in to comment.