Skip to content

Commit

Permalink
chore(master): release 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 20, 2024
1 parent c3cdf2e commit 9e49bfc
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.11"
".": "0.1.12"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.1.12](https://github.com/leg100/pug/compare/v0.1.11...v0.1.12) (2024-05-20)


### Bug Fixes

* handle empty state without panic ([26028c2](https://github.com/leg100/pug/commit/26028c253d516e1ea991da86b67fd3fdeb345f38))
* integration tests use mirror ([a5a0f5a](https://github.com/leg100/pug/commit/a5a0f5ac1407967382d616aa5784c59c427def05))
* show task's workspace/module in logs ([4a67df5](https://github.com/leg100/pug/commit/4a67df5e977aaf48c4b045abab4d935c3d6e34d3))


### Miscellaneous

* bump go deps ([7f2e8d2](https://github.com/leg100/pug/commit/7f2e8d2b47ee37277d953cfd2a2cf730b481db98))
* clean up table naming ([c3cdf2e](https://github.com/leg100/pug/commit/c3cdf2e43821794cc9c20f984fc384e4c2fcc3e5))
* merge table types into one ([#68](https://github.com/leg100/pug/issues/68)) ([6bcc5fb](https://github.com/leg100/pug/commit/6bcc5fb898629a89b9c44017cb3d5890a3f97a68))
* refactor resources ([#64](https://github.com/leg100/pug/issues/64)) ([16741d7](https://github.com/leg100/pug/commit/16741d71150c3a1af19df60855d34d7ea96a1867))
* refactor state ([#67](https://github.com/leg100/pug/issues/67)) ([8f516c4](https://github.com/leg100/pug/commit/8f516c43c51b197a0d224f82c06bfb578784fa94))
* remove redundant table.Items() method ([5bc749d](https://github.com/leg100/pug/commit/5bc749da374e851e376250bd68a89c2b0ddbd685))
* rm unnecessary mod retrieval ([1f61982](https://github.com/leg100/pug/commit/1f619827890194908d48258ff004ae4a4535579c))

## [0.1.11](https://github.com/leg100/pug/compare/v0.1.10...v0.1.11) (2024-05-13)


Expand Down

0 comments on commit 9e49bfc

Please sign in to comment.