-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# 1.1.1 | ||
|
||
## Changes | ||
|
||
Name of repo has changed to ontology-developer-kit | ||
|
||
* changing name of docker image to odk | ||
* Upgrade dosdp-tools to release 0.9. | ||
* Make docker commands workable on windows | ||
* Dockerize travis | ||
* Imports automatically generated | ||
* Added python dosdp checker to docker, fixes #55 | ||
* use robot not owltools in all places | ||
|
||
## Migration guide | ||
|
||
If you built your repo from a previous version of ODK, here is a rough guide to migrating: | ||
|
||
* Update your .travis.yml, in order to use Docker (optional but recommended) | ||
* change the name of the docker image to odkfull in your run.sh | ||
|
||
# 1.1.0 | ||
|
||
* Add a run.sh in the template for Docker |