Skip to content

Commit

Permalink
v0.1.3 Release (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbaldoumas committed Jul 30, 2023
1 parent 02b4848 commit 5bd1d56
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.3] 2023-07-29

### Changed

Dependency updates:
| Library | Current Version | New Version |
|---------|-----------------|-------------|
| GraphQL-Parser | 9.1.0 | 9.2.0 |
| Microsoft.Extensions.Logging.Abstractions | 7.0.0 | 7.0.1 |
| Serilog.Extensions.Hosting | 5.0.1 | 7.0.0 |
| Spectre.Console | 0.46.0 | 0.47.0 |
| Spectre.Console.Analyzer | 0.46.0 | 0.47.0 |
| Spectre.Console.Cli | 0.46.0 | 0.47.0 |
| System.IO.Abstractions | 19.2.22 | 19.2.29 |

## [0.1.2] 2023-05-07

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Authors>William Baldoumas</Authors>
<OutputType>Exe</OutputType>
<Version>0.1.2</Version>
<Version>0.1.3</Version>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 5bd1d56

Please sign in to comment.