Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

poac 0.10.0 #180599

Merged
merged 2 commits into from
Aug 9, 2024
Merged

poac 0.10.0 #180599

merged 2 commits into from
Aug 9, 2024

Conversation

ken-matsui
Copy link
Contributor

Created with brew bump-formula-pr.

release notes
## What's Changed
* Support trace log by @ken-matsui in https://github.com/poac-dev/poac/pull/905
* Simplify Logger by @ken-matsui in https://github.com/poac-dev/poac/pull/906
* Avoid using macro for handling global options by @ken-matsui in https://github.com/poac-dev/poac/pull/907
* Allow users to specify the number of jobs by @ken-matsui in https://github.com/poac-dev/poac/pull/908
* Share options across sources by @ken-matsui in https://github.com/poac-dev/poac/pull/909
* Run fmt with --check by @ken-matsui in https://github.com/poac-dev/poac/pull/910
* Copy lvlStr by @ken-matsui in https://github.com/poac-dev/poac/pull/911
* UseTab: Never by @ken-matsui in https://github.com/poac-dev/poac/pull/912
* Add linker flags in makefile by @Biswa96 in https://github.com/poac-dev/poac/pull/913
* Add subcmd `add` by @SunPodder in https://github.com/poac-dev/poac/pull/914
* Update readme by @SunPodder in https://github.com/poac-dev/poac/pull/915
* Style tweaks by @ken-matsui in https://github.com/poac-dev/poac/pull/916
* Allow changing POAC_ variables in Makefile by @ken-matsui in https://github.com/poac-dev/poac/pull/918
* Bump softprops/action-gh-release from 1 to 2 by @dependabot in https://github.com/poac-dev/poac/pull/919
* Fixed for libgit2 1.8 by @How2PlayGithub in https://github.com/poac-dev/poac/pull/920
* Fix CIs and add clang++-18 by @ken-matsui in https://github.com/poac-dev/poac/pull/926
* Fix git dependency (and CI) by @yaito3014 in https://github.com/poac-dev/poac/pull/929
* remove noexcept from `Manifest::instance()` by @yaito3014 in https://github.com/poac-dev/poac/pull/928
* Use clang-tidy-18 by @ken-matsui in https://github.com/poac-dev/poac/pull/933
* Allow `.` and `++` in dependency names by @ken-matsui in https://github.com/poac-dev/poac/pull/932
* Use clang-format-18 by @ken-matsui in https://github.com/poac-dev/poac/pull/934
* proper checkout (including CI fix) by @yaito3014 in https://github.com/poac-dev/poac/pull/939
* workaround for libgit2 1.8 change (again) by @yaito3014 in https://github.com/poac-dev/poac/pull/938
* Bump up toml11 to v4.0.3 by @ken-matsui in https://github.com/poac-dev/poac/pull/941
* allow '-jn' style option by @yaito3014 in https://github.com/poac-dev/poac/pull/943
* Validate if dependencies exist by @ken-matsui in https://github.com/poac-dev/poac/pull/945
* Drop libgit2 >=1.9 support by @ken-matsui in https://github.com/poac-dev/poac/pull/946
* Remove String alias by @ken-matsui in https://github.com/poac-dev/poac/pull/947
* Remove Path alias by @ken-matsui in https://github.com/poac-dev/poac/pull/948
* Remove Fn alias by @ken-matsui in https://github.com/poac-dev/poac/pull/949
* Remove Map, Set, and Tuple aliases by @ken-matsui in https://github.com/poac-dev/poac/pull/950
* Remove StringRef alias by @ken-matsui in https://github.com/poac-dev/poac/pull/951
* Remove Arr alias by @ken-matsui in https://github.com/poac-dev/poac/pull/954
* Support dev-dependencies by @ken-matsui in https://github.com/poac-dev/poac/pull/955
* Fix runtime/string by @ken-matsui in https://github.com/poac-dev/poac/pull/956
* Improve build logs by @ken-matsui in https://github.com/poac-dev/poac/pull/958
* Remove Vec alias by @ken-matsui in https://github.com/poac-dev/poac/pull/959
* Remove Option alias by @ken-matsui in https://github.com/poac-dev/poac/pull/960
* Remove HashMap alias by @ken-matsui in https://github.com/poac-dev/poac/pull/961
* Remove HashSet alias by @ken-matsui in https://github.com/poac-dev/poac/pull/962
* enable command line argument transformation by @yaito3014 in https://github.com/poac-dev/poac/pull/963
* Fixed default include path by @ken-matsui in https://github.com/poac-dev/poac/pull/964

New Contributors

Full Changelog: cabinpkg/cabin@0.9.3...0.10.0

@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Aug 9, 2024
@ken-matsui ken-matsui force-pushed the bump-poac-0.10.0 branch 5 times, most recently from b823af4 to e368e2d Compare August 9, 2024 05:50
Copy link
Contributor

github-actions bot commented Aug 9, 2024

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Aug 9, 2024
@BrewTestBot BrewTestBot enabled auto-merge August 9, 2024 07:33
@BrewTestBot BrewTestBot added this pull request to the merge queue Aug 9, 2024
Merged via the queue into Homebrew:master with commit 753cb48 Aug 9, 2024
15 checks passed
@ken-matsui ken-matsui deleted the bump-poac-0.10.0 branch August 9, 2024 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants