Skip to content

Commit

Permalink
build(version): bump version to v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aldrichtr committed Feb 21, 2024
1 parent 3f2531c commit 2afeef4
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 18 deletions.
70 changes: 53 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,27 @@

All notable changes to this project will be documented in this file.

## [0.4.0] - 2024-02-08
## [0.4.1] - 2024-02-21

### Bug Fixes

- *(SourceInfo)* Finding source returns multiple, duplicate directories


## [0.4.0] - 2024-02-15

### Bug Fixes

- *(test)* Path parameter is not mandatory
- Value is added as array even if single value
- Return the path to the manifest
- Path parameter is not mandatory

### Miscellaneous Tasks

- Bump github/issue-labeler from 3.3 to 3.4
### Build

- *(deps)* Bump github/issue-labeler from 3.3 to 3.4
- Bump version to 0.4.0


## [0.3.0] - 2024-01-21

Expand All @@ -25,34 +35,34 @@ All notable changes to this project will be documented in this file.
- Create vars in if statement
- Convert to regex literal and add global and multiline


### Features

- Create dependabot.yml for github-actions
- Add all areas

### Miscellaneous Tasks

- Bump actions/checkout from 1 to 4
- Bump github/codeql-action from 2 to 3
- Bump actions/cache from 3.3.2 to 4.0.0

### Build

- *(deps)* Bump github/codeql-action from 2 to 3
- *(deps)* Bump actions/checkout from 1 to 4
- *(deps)* Bump actions/cache from 3.3.2 to 4.0.0
- Bump version to 0.3.0


## [0.2.0] - 2024-01-04

### Bug Fixes

- Remove validation from dropdown
- Before and after task modify jobs list
- Incorrect project wiki url
- Upgrade action and configuration
- Add repository checkout step
- Do not fail analyzer job on results
- Load test helper module prior to tests
- Path to TestHelper module
- Path syntax to TestHelper module
- Upgrade action and configuration
- Add repository checkout step
- Source module does not import formats
- Missing regex for component
- Remove old ci files
Expand All @@ -73,45 +83,52 @@ All notable changes to this project will be documented in this file.
- Remove parameters for project directories
- Remove erroneous parameter for optionally running test


### Documentation

- Added note about "property" alias


### Features

- Improved label keywords
- Get a list of tasks in or out of invokebuild
- Output cbh of given task
- Get project version from multiple sources
- Use MD5 hashes to test if files have changed
- Streamline the pr template
- Feature pull-request template
- Add review flag to all new issues
- Get a list of tasks in or out of invokebuild
- Output cbh of given task
- Use MD5 hashes to test if files have changed
- Override ToString for SourceInfo
- Set the source directory based on module manifest
- Set the test directory based on test files


### Refactor

- Use module function to find runbook


### Styling

- Collapse Rule suppression messages
- Use command instead of alias in tasks
- Remove noise from logger in debug mode


### WIP

- Reorganize workflow files


### Build

- Generated task config files
- Use updated build script for stitch
- Update initialize phase
- Bump version to 0.2.0


### Task

- Gitversion configured to support Github Flow
Expand All @@ -121,79 +138,97 @@ All notable changes to this project will be documented in this file.
- Organize debug launcher tasks
- Consolidate github actions related to CI in one file


## [0.1.2-beta12] - 2023-11-14

### Bug Fixes

- Merge file functions produce errors
- Module functions cannot find the build config
- Get-TaskConfiguration now uses user's stitch directory if found
- SourceTypeMap properly identifies files and components
- Merge file functions produce errors
- Reduce debug "noise"
- Import functions are not exported from module


### Refactor

- Import functions use Merge-FileCollection


### WIP

- Odds and ends. getting ready for new workstation


### Build

- Bump source version to v0.1.2
- Bump version to 0.1.2-beta12


## [0.1.1] - 2023-06-28

### Bug Fixes

- Add condition when path is found
- Change log message from warning to warn


### Build

- Bump version to 0.1.1


## [0.1.0] - 2023-06-23

### Bug Fixes

- *(doc)* Added installation instructions
- Add 'Name' field to template data
- Added installation instructions


### Documentation

- Add initial readme document
- Add images for readme


### Features

- Initial source module and manifest
- Import the module's source and tests


### Miscellaneous Tasks

- Add ci config files and templates
- Add various one-off tools and scripts


### Styling

- Fix format of the README
- Minor comment fixes in pssa rules
- Minor format change to comment


### Testing

- PSSA custom rules


### Build

- Stitch build driver and module loader
- Stitch build configuration
- Bump version to 0.1.0


### Ci

- Add ci config files and templates


### Task

- Ignore output and wiki directories
Expand All @@ -203,4 +238,5 @@ All notable changes to this project will be documented in this file.
- Configure module requirements
- Add various project scripts


<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion source/stitch/stitch.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
RootModule = 'stitch.psm1'

# Version number of this module.
ModuleVersion = '0.4.0'
ModuleVersion = '0.4.1'

# Supported PSEditions
CompatiblePSEditions = @(
Expand Down

0 comments on commit 2afeef4

Please sign in to comment.