Skip to content

Commit

Permalink
feat: update to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull committed May 24, 2024
1 parent a45d7da commit 0a4368b
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 13 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/tests-20240523-225636.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/🐛 Bug Fix-20240521-122813.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/🔨 Refactor-20240521-122929.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions .changes/v1.0.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## v1.0.2 - 2024-05-23

- **bug-fix**: Trunk upgrade was set to install, not upgrade tooling, so now it does what it should have done in the first place... before the coder in question got in way and didn't use his noggin.
- **tests**: Remove tests that were recursive in nature by early return from test.
- **refactor**: Trunk package now supports installing for windows, via the newer trunk npm based install, while maintaining the bash install for linux/darwin.
If the project has a package.json, then it will install as dev dependency, otherwise as a global tool.
No logic to detect alternative tooling such as yarn, bun, deno, etc unless requested.
While trunk also supports this method of installation for Darwin/Linux, I've opted to keep it the same as before and use the bash install method for those regardless if package.json is there or not.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).

## v1.0.2 - 2024-05-23

- **bug-fix**: Trunk upgrade was set to install, not upgrade tooling, so now it does what it should have done in the first place... before the coder in question got in way and didn't use his noggin.
- **tests**: Remove tests that were recursive in nature by early return from test.
- **refactor**: Trunk package now supports installing for windows, via the newer trunk npm based install, while maintaining the bash install for linux/darwin.
If the project has a package.json, then it will install as dev dependency, otherwise as a global tool.
No logic to detect alternative tooling such as yarn, bun, deno, etc unless requested.
While trunk also supports this method of installation for Darwin/Linux, I've opted to keep it the same as before and use the bash install method for those regardless if package.json is there or not.

## v1.0.1 - 2023-05-25

### 🎉 Feature
Expand All @@ -25,6 +34,11 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
- Adjust `magetoolsutils` output to be less verbose and output to debug when matching condition instead of Info level, as this has to be used in many functions and is noisy.
- Improve `ci.IsCI()` to detect GitHub specifically, Gitlab, and then resolve `CI=1` as generic CI instead.

### ⬆️ Dependencies

- Various dependencies updated to latest versions.
Reduced additional upstream dependency requirements.

## v1.0.0 - 2022-10-18

Breaking changes included.
Expand Down

0 comments on commit 0a4368b

Please sign in to comment.