Skip to content

Commit

Permalink
prepping for 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
junkdog committed Mar 9, 2016
1 parent 16c5c50 commit ffd1405
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Change Log (we do our best to adhere to [semantic versioning](http://semver.org/))

#### Version: 1.4.0-SNAPSHOT
#### Version: 1.5.0-SNAPSHOT


#### Version: 1.4.0 - 2016-03-09
- **BREAKING CHANGES**
- If you have overridden default injection functionality and instance FieldHandler
yourself, be aware the FieldHandler constructor behaviour has changed. See below.
Expand All @@ -16,6 +19,7 @@
- **Fix**: During deserialization, indirectly referenced entities were not included in
the archetypes section


#### Version: 1.3.0 - 2015-12-28
- **Serialization**
- Archetypes recorded in output; somewhat smaller output and faster load.
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,20 +76,20 @@ Share your thoughts and questions with us!
<dependency>
<groupId>net.onedaybeard.artemis</groupId>
<artifactId>artemis-odb</artifactId>
<version>1.3.1</version>
<version>1.4.0</version>
</dependency>
```

See [weave automation](https://github.com/junkdog/artemis-odb/wiki/Weave-Automation) and [module overview](https://github.com/junkdog/artemis-odb/wiki/Module-Overview)

#### Gradle
```groovy
dependencies { compile "net.onedaybeard.artemis:artemis-odb:1.3.1" }
dependencies { compile "net.onedaybeard.artemis:artemis-odb:1.4.0" }
```

#### Manual Download

- [Main library](http://repo1.maven.org/maven2/net/onedaybeard/artemis/artemis-odb/1.3.1/)
- [Command-line tool](http://repo1.maven.org/maven2/net/onedaybeard/artemis/artemis-odb-cli/1.3.1/)
- [Entity Factory Processor](http://repo1.maven.org/maven2/net/onedaybeard/artemis/artemis-odb-processor/1.3.1/)
- [Main library](http://repo1.maven.org/maven2/net/onedaybeard/artemis/artemis-odb/1.4.0/)
- [Command-line tool](http://repo1.maven.org/maven2/net/onedaybeard/artemis/artemis-odb-cli/1.4.0/)
- [Entity Factory Processor](http://repo1.maven.org/maven2/net/onedaybeard/artemis/artemis-odb-processor/1.4.0/)

0 comments on commit ffd1405

Please sign in to comment.