-
Notifications
You must be signed in to change notification settings - Fork 0
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
4 changed files
with
30 additions
and
2 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 |
---|---|---|
@@ -1 +1,26 @@ | ||
# Spawn Templates | ||
# Spawn Templates | ||
|
||
## Versions | ||
|
||
### Template v1.4.3 | ||
|
||
TODO | ||
|
||
### Template v1.4.2 | ||
|
||
### :sparkles: New Features | ||
- [`f7a0224`](https://github.com/eigr/spawn-templates/commit/f7a022474d404868d4109eaf572326c4452a15e9) - added java std template *(commit by @sleipnir)* | ||
|
||
### :bug: Bug Fixes | ||
- [`bcb73ec`](https://github.com/eigr/spawn-templates/commit/bcb73ec097d3b4825e35196a2c7b818c29b486f0) - add groupId and artifactId variables *(commit by @sleipnir)* | ||
- [`9579b93`](https://github.com/eigr/spawn-templates/commit/9579b9302dc41b33016cc2f5b5d0b84b28bf4d82) - correct variable references *(commit by @sleipnir)* | ||
- [`b29eedb`](https://github.com/eigr/spawn-templates/commit/b29eedbbe4ca4a56376df8cecec29b0875c3d17a) - set app_name *(commit by @sleipnir)* | ||
- [`e97c6ed`](https://github.com/eigr/spawn-templates/commit/e97c6ed1b4d464c4a24788e3a422650e873d5e05) - typo in spawn_app_spawn_system template variable *(commit by @sleipnir)* | ||
- [`6947213`](https://github.com/eigr/spawn-templates/commit/69472132bc2d3ed08a96dbdf41a024c223d003e9) - some java imports *(commit by @sleipnir)* | ||
- [`b377148`](https://github.com/eigr/spawn-templates/commit/b37714897a688b3f2e8dcb398199a2f77368bd31) - remove some protoc warnings *(commit by @sleipnir)* | ||
- [`8e8172d`](https://github.com/eigr/spawn-templates/commit/8e8172d65b0c645eca9fe8f6d20e0164a1bb5548) - rename proto class *(commit by @sleipnir)* | ||
- [`aa8dd3b`](https://github.com/eigr/spawn-templates/commit/aa8dd3b92733225c3f0542bc0515ce7b28097e44) - add import of Map *(commit by @sleipnir)* | ||
- [`3605944`](https://github.com/eigr/spawn-templates/commit/36059446c17595664c2896ab0470f03670125ca1) - use correct protoc version *(commit by @sleipnir)* | ||
|
||
### :recycle: Refactors | ||
- [`278af03`](https://github.com/eigr/spawn-templates/commit/278af035ef562be1b3c4bfbfde79c42ae4fc38e5) - extract interface *(commit by @sleipnir)* |
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,3 @@ | ||
# Spawn Java Standard SDK Template | ||
|
||
TODO: Add some examples. |
This file was deleted.
Oops, something went wrong.
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 @@ | ||
# {{cookiecutter.app_name}} |