Skip to content

Commit

Permalink
preparing release
Browse files Browse the repository at this point in the history
lamg committed Aug 9, 2024
1 parent 08b098b commit 8e46ad6
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,8 +5,16 @@ 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.1] - 2024-08-08

Fixed:

- refactoring requestProcessor and not asking for completion while busy

# [0.1] - 2024-08-08

Added:

- Full rewrite using dependency injection a la @lanayx
- GTK4 GUI (using gir.core)
- Midjourney support using https://imaginepro.ai API
2 changes: 1 addition & 1 deletion R0b0t.Lib/R0b0t.Lib.fsproj
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<RootNamespace>R0b0t.Lib</RootNamespace>

<Version>0.1</Version>
<Version>0.1.1</Version>
<Authors>Luis Ángel Méndez Gort</Authors>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<AssemblyName>R0b0t.Lib</AssemblyName>
4 changes: 2 additions & 2 deletions r0b0t/r0b0t.fsproj
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@
<PackageOutputPath>./nupkg</PackageOutputPath>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Version>0.1</Version>
<Version>0.1.1</Version>
<Authors>Luis Ángel Méndez Gort</Authors>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<AssemblyName>r0b0t</AssemblyName>
@@ -28,7 +28,7 @@
<ItemGroup>
<ProjectReference Include="..\R0b0t.Lib\R0b0t.Lib.fsproj"/>
</ItemGroup>

<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\"/>
<None Include="..\docs\img\logo.png" Pack="true" PackagePath="\"/>

0 comments on commit 8e46ad6

Please sign in to comment.