Skip to content

Commit

Permalink
Merge pull request #4 from dysonreturns/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.0.1
  • Loading branch information
dysonreturns committed Feb 7, 2024
2 parents 19625a3 + e1d77f1 commit d957525
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# Changelog

## [0.0.1](https://github.com/dysonreturns/sc2ai/compare/v0.0.0-pre...v0.0.1) (2024-02-07)


### Features

* Adding templates for sc2ai new and sc2ai ladderzip ([4ca8c2b](https://github.com/dysonreturns/sc2ai/commit/4ca8c2b852955c534810dd567439e6e3091b8998))
* broadly, allows `sc2ai new` and `sc2ai ladderzip` ([4ca8c2b](https://github.com/dysonreturns/sc2ai/commit/4ca8c2b852955c534810dd567439e6e3091b8998))
* drop external dependencies ([ef6018c](https://github.com/dysonreturns/sc2ai/commit/ef6018cdf7f53a7bef557d5107aa80816093c7eb))
* during init callback to Bot#configure to define additional attributes ([4ca8c2b](https://github.com/dysonreturns/sc2ai/commit/4ca8c2b852955c534810dd567439e6e3091b8998))
* enable_feature_layer configuration added ([410758b](https://github.com/dysonreturns/sc2ai/commit/410758b44a79d3b6f4138049ba04161c9c28b1b5))
* enable_feature_layer/interface_options removed from join_game and added as attributes ([4ca8c2b](https://github.com/dysonreturns/sc2ai/commit/4ca8c2b852955c534810dd567439e6e3091b8998))
* everything added ([2713e90](https://github.com/dysonreturns/sc2ai/commit/2713e90b6690a9ab0963aaff3d86563198b746b4))
* moved /data/replays to ./replays/ ([4ca8c2b](https://github.com/dysonreturns/sc2ai/commit/4ca8c2b852955c534810dd567439e6e3091b8998))
* Paths#template_root for template sources ([4ca8c2b](https://github.com/dysonreturns/sc2ai/commit/4ca8c2b852955c534810dd567439e6e3091b8998))
* reduce ladderzip builder image size to barebones 200mb. ([0b87c7a](https://github.com/dysonreturns/sc2ai/commit/0b87c7a572137ba041f244ff4c3a80a42567aa89))
* removed enable_feature_layer from Sc2 config, and forcing it via Bot#configure ([4ca8c2b](https://github.com/dysonreturns/sc2ai/commit/4ca8c2b852955c534810dd567439e6e3091b8998))
* Sc2#is_live? reads bin/ladder env "AIARENA" to toggle live or not ([4ca8c2b](https://github.com/dysonreturns/sc2ai/commit/4ca8c2b852955c534810dd567439e6e3091b8998))


### Bug Fixes

* platform specific gem includes ([4465299](https://github.com/dysonreturns/sc2ai/commit/446529918abc4862c0ee693bfe0ff91198c9f42f))
* silence warnings ([5a4b4ab](https://github.com/dysonreturns/sc2ai/commit/5a4b4ab8a7743ad80fd1f476bbbba2519d55baf6))


### Miscellaneous Chores

* release 0.0.0.pre ([3c86d6b](https://github.com/dysonreturns/sc2ai/commit/3c86d6b5a4b16682188096db50aa9dbc6a4b92ba))
* release 0.0.1 ([b2af1ba](https://github.com/dysonreturns/sc2ai/commit/b2af1ba399f8f1a3c49386a1f4f397eeafd4889d))

## 0.0.0 (2024-01-11)

0 comments on commit d957525

Please sign in to comment.