Skip to content

Commit 2ac6253

Browse files
committed
Bump module versions to 0.1.3 and update changelog for migration to AsBuiltReport.Diagram
1 parent 3e712e7 commit 2ac6253

3 files changed

Lines changed: 18 additions & 9 deletions

File tree

AsBuiltReport.System.Resources.psd1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
RootModule = 'AsBuiltReport.System.Resources.psm1'
1313

1414
# Version number of this module.
15-
ModuleVersion = '0.1.2'
15+
ModuleVersion = '0.1.3'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -59,11 +59,11 @@
5959
},
6060
@{
6161
ModuleName = 'AsBuiltReport.Chart';
62-
ModuleVersion = '0.2.0'
62+
ModuleVersion = '0.3.0'
6363
},
6464
@{
65-
ModuleName = 'Diagrammer.Core';
66-
ModuleVersion = '0.2.38'
65+
ModuleName = 'AsBuiltReport.Diagram';
66+
ModuleVersion = '1.0.0'
6767
}
6868
)
6969

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.3] - 2026-03-??
9+
10+
### Changed
11+
12+
- Migrate Diagrammer.Core to AsBuiltReport.Diagram for better integration and maintenance
13+
- Update module dependencies to reflect the change
14+
- Refactor code to use AsBuiltReport.Diagram instead of Diagrammer.Core
15+
- Bump AsBuiltReport.Chart to version 0.3.0 to include latest charting features and improvements
16+
817
## [0.1.2] - 2026-02-22
918

1019
### Added

Todo.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
- [x] Update README.md with usage examples
22
- [ ] Add HealthCheck support
33
- [ ] Test multi-language in HealthChecks
4-
- [ ] Add support for charts
5-
- [ ] CPU usage charts
6-
- [ ] Memory usage charts
7-
- [ ] Add support for diagrams
8-
- [ ] Process diagrams
4+
- [X] Add support for charts
5+
- [X] CPU usage charts
6+
- [X] Memory usage charts
7+
- [x] Add support for diagrams
8+
- [x] Process diagrams

0 commit comments

Comments
 (0)