Skip to content

Commit

Permalink
version bump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
junkdog committed Nov 9, 2015
1 parent ef04f7a commit 52ea941
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,10 @@
## Change Log (we do our best to adhere to [semantic versioning](http://semver.org/))

#### Version: 1.2.0-SNAPSHOT
#### Version: 1.3.0-SNAPSHOT


#### Version: 1.2.0 - 2015-11-08
- ComponentMappers are reused when injected or when retrieved via `World#getMapper`.
- Deprecated `EntityEdit#deleteEntity`, use `World#delete` or `Entity#deleteFromWorld` instead.
- **Fix**: `@Wire` registered classes would silently fail when not registered.
- **Fix**: Woven pooled components didn't null strings on reset.
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.1.2</version>
<version>1.2.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.1.2" }
dependencies { compile "net.onedaybeard.artemis:artemis-odb:1.2.0" }
```

#### Manual Download

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

0 comments on commit 52ea941

Please sign in to comment.