Skip to content

Commit

Permalink
Merge pull request #887 from AmpersandTarski/update-proto-framework
Browse files Browse the repository at this point in the history
Update prototype framework version to latest release v1.1.0
  • Loading branch information
hanjoosten authored Jan 18, 2019
2 parents fc35616 + 8699be5 commit 7eeade1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Release notes of Ampersand

## Unreleased changes
**!!Before release, do a release of the prototype framework and set option zwolleVersion to this release tag**
* Update prototype framework. See [releases](https://github.com/AmpersandTarski/Prototype/releases) for more information
* Update prototype framework to v1.1.0. See [releases](https://github.com/AmpersandTarski/Prototype/releases) for more information
* Add 'public' folder in prototype directory to better distinguish between public and non-public scripts. If used, requires change in 'customizations' folder
* [Issue #616](https://github.com/AmpersandTarski/Ampersand/issues/616) Add missing TType 'Object' to parser
* [Issue #792](https://github.com/AmpersandTarski/Ampersand/issues/792) Add possibility to extend TXT in interfaces
Expand Down
2 changes: 1 addition & 1 deletion src/Ampersand/Misc/Options.hs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ getOptions' envOpts =
, outputfile = fatal "No monadic options available."
, dirPrototype = fromMaybe "." (envDirPrototype envOpts) </> (takeBaseName (fromMaybe "" fName)) <.> ".proto"
, dirSource = takeDirectory $ fromMaybe "/" fName
, zwolleVersion = "development"
, zwolleVersion = "v1.1.0"
, forceReinstallFramework = False
, dirCustomizations = ["customizations"]
, dbName = fmap toLower . fromMaybe ("ampersand_" ++ takeBaseName (fromMaybe "prototype" fName)) $ envDbName envOpts
Expand Down

0 comments on commit 7eeade1

Please sign in to comment.