File tree Expand file tree Collapse file tree 5 files changed +22
-5
lines changed
Expand file tree Collapse file tree 5 files changed +22
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+
9+ # [ 0.1.11] - 2024-12-16
10+
11+ Fixed:
12+
13+ - Library version
14+
15+ Changed:
16+
17+ - OpenAI library upgraded
18+
19+ # [ 0.1.10] - 2024-12-16
20+
21+ Fixed
22+
23+ - Command version
24+
825# [ 0.1.9] - 2024-12-16
926
1027Changed:
Original file line number Diff line number Diff line change 55 <GenerateDocumentationFile >true</GenerateDocumentationFile >
66 <RootNamespace >r0b0t.events</RootNamespace >
77
8- <Version >0.1.8 </Version >
8+ <Version >0.1.11 </Version >
99 <Authors >Luis Ángel Méndez Gort</Authors >
1010 <PackageLicenseExpression >AGPL-3.0-or-later</PackageLicenseExpression >
1111 <AssemblyName >R0b0t.Lib</AssemblyName >
3636
3737 <ItemGroup >
3838 <PackageReference Include =" FsHttp" Version =" 14.5.0" />
39- <PackageReference Include =" OpenAI" Version =" 2.0.0-beta.7 " />
39+ <PackageReference Include =" OpenAI" Version =" 2.1.0 " />
4040 <PackageReference Include =" FSharp.Control.AsyncSeq" Version =" 3.2.1" />
4141 <PackageReference Include =" LamgEnv" Version =" 0.0.2" />
4242 <PackageReference Include =" GirCore.GtkSource-5" Version =" 0.5.0" />
Original file line number Diff line number Diff line change 11{
22 "sdk" : {
3- "version" : " 8 .0.0" ,
3+ "version" : " 9 .0.0" ,
44 "rollForward" : " major"
55 }
66}
Original file line number Diff line number Diff line change 1- #! /bin/bash
1+ #! /usr/ bin/env bash
22
33cd r0b0t
44dotnet publish -c Release
Original file line number Diff line number Diff line change 99 <PackageOutputPath >./nupkg</PackageOutputPath >
1010 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1111
12- <Version >0.1.10 </Version >
12+ <Version >0.1.11 </Version >
1313 <Authors >Luis Ángel Méndez Gort</Authors >
1414 <PackageLicenseExpression >AGPL-3.0-or-later</PackageLicenseExpression >
1515 <AssemblyName >r0b0t</AssemblyName >
You can’t perform that action at this time.
0 commit comments