Skip to content

Commit

Permalink
Set identifiers for release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
frademacher committed Aug 28, 2019
1 parent ac9f845 commit c801cfe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to [LEMMA](https://github.com/SeelabFhdo/lemma/) will be documented in this file.

## [0.6.0] - 2019-MM-DD
## [0.6.0] - 2019-08-28
### Added
- Data DSL: Enable modeling of operations (functions and procedures) within data structures.
- Data DSL: Enable specification of prescribed features for data structures, data fields, and data operations. The initial set of supported features comprises patterns from [Domain-driven Design (DDD)](https://www.domainlanguage.com). Constraint violations of pattern specifications are checked and shown as warnings in the Data DSL editor according to our [2018 paper](http://fmse.di.unimi.it/faacs2017/papers/paperMSE1.pdf). Furthermore, the initial set of provided features includes the ```neverEmpty``` feature, which allows to express that a data field should never be empty, i.e., always provide a value to callers.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This repository contains the modeling languages, model transformations, and rela
Please follow these steps if you want to try out LEMMA on the basis of the case study example described in [3]:
1. The easiest way to try out LEMMA is to download one of the prepackaged [releases](https://github.com/SeelabFhdo/lemma/releases) for your OS. Then clone the repository to your harddrive, run the ``eclipse`` executable, and go to step 11.

If you are interested in LEMMA's implementation, either download one of the prepackaged [releases](https://github.com/SeelabFhdo/lemma/releases) for your OS and go to step 4. Otherwise, if you instead want to setup your own Eclipse environment for both studying LEMMA's implementation and trying it out, download the [Eclipse IDE for Java and DSL Developers](https://www.eclipse.org/downloads/packages/release/2019-03/r/eclipse-ide-java-and-dsl-developers) first. Then continue with step 2.
If you are interested in LEMMA's implementation, either download one of the prepackaged [releases](https://github.com/SeelabFhdo/lemma/releases) for your OS and go to step 4. Otherwise, if you instead want to setup your own Eclipse environment for both studying LEMMA's implementation and trying it out, download the [Eclipse IDE for Java and DSL Developers](https://www.eclipse.org/downloads/packages/release/2019-06/r/eclipse-ide-java-and-dsl-developers) first. Then continue with step 2.
2. Run the downloaded Eclipse package by starting the ``eclipse`` executable.
3. Install the [ATL Transformation Language](https://marketplace.eclipse.org/content/atl) from the Eclipse Marketplace in the downloaded Eclipse package.
4. Clone the repository to your harddrive.
Expand Down
2 changes: 1 addition & 1 deletion de.fhdo.lemma.eclipse.ui/About.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
**LEMMA**
*Language Ecosystem for Modeling Microservice Architecture*
Version **$VERSION$** (visit [changelog](https://github.com/SeelabFhdo/lemma/blob/master/README.md) and [license](https://github.com/SeelabFhdo/lemma/blob/master/LICENSE) at GitHub)
Version **$VERSION$** (visit [changelog](https://github.com/SeelabFhdo/lemma/blob/master/CHANGELOG.md) and [license](https://github.com/SeelabFhdo/lemma/blob/master/LICENSE) at GitHub)

Florian Rademacher, [[email protected]](mailto://[email protected])
2 changes: 1 addition & 1 deletion de.fhdo.lemma.utils/version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
major = 0
minor = 6
patch = 0
extra = -beta1
extra =

0 comments on commit c801cfe

Please sign in to comment.