Skip to content

Commit

Permalink
v0.1.2 release
Browse files Browse the repository at this point in the history
### Changed
- Update `README.md` to fix shields.io links.
  • Loading branch information
tpcarman committed May 29, 2022
1 parent 23d361a commit 000c1e7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion BricksetCatalogue.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
RootModule = 'BricksetCatalogue.psm1'

# Version number of this module.
ModuleVersion = '0.1.1'
ModuleVersion = '0.1.2'

# Supported PSEditions
# CompatiblePSEditions = @()
Expand Down
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
# :arrows_clockwise: Brickset Catalogue Changelog


## [0.1.1] - 2022-05-29
## [0.1.2] - 2022-05-29

### Changed
- Update `README.md` to fix shields.io links.
### Fixed
- Add blankline between image and table to improve formatting.

### Removed
- Remove Text output due to formatting issues
- Remove Text output due to formatting issues.
## [0.1.0] - 2022-05-29
### Added
- Initial release
- Initial release.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</p>
<p align="center">
<a href="https://github.com/tpcarman/BricksetCatalogue/graphs/commit-activity" alt="GitHub Last Commit">
<img src="https://img.shields.io/github/last-commit/tpcarman/BricksetCatalogue/master.svg" /></a>
<img src="https://img.shields.io/github/last-commit/tpcarman/BricksetCatalogue/main.svg" /></a>
<a href="https://raw.githubusercontent.com/tpcarman/BricksetCatalogue/master/LICENSE" alt="GitHub License">
<img src="https://img.shields.io/github/license/tpcarman/BricksetCatalogue.svg" /></a>
<a href="https://github.com/tpcarman/BricksetCatalogue/graphs/contributors" alt="GitHub Contributors">
Expand Down
2 changes: 1 addition & 1 deletion Src/Public/New-BricksetCatalogue.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function New-BricksetCatalogue {
PS C:\>New-BricksetCatalogue -Format HTML,Word -Username '[email protected]' -Password 'LEGO!' -ApiKey 'cgY-67-tYUip' -OutputFolder 'C:\MyDocs'
Creates a Brickset catalogue in HTML and Word formats using the specified username, password and API key.
.NOTES
Version: 0.1.1
Version: 0.1.2
Author: Tim Carman
Twitter: @tpcarman
Github: tpcarman
Expand Down

0 comments on commit 000c1e7

Please sign in to comment.