Skip to content

Commit 958b173

Browse files
author
Max Maischein
committed
Update Changes, bump version
1 parent bf5e64c commit 958b173

26 files changed

+29
-25
lines changed

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.05 2025-03-01
2+
* Add File::ShareDir::Install to CONFIGURE_REQUIRES
3+
This fixes GH #3
4+
15
0.04 2025-02-28
26
* Regenerate with better OpenAPI converter
37
* Distribute our OpenAPI spec

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"web" : "https://github.com/Corion/AI-Ollama-Client"
7575
}
7676
},
77-
"version" : "0.04",
77+
"version" : "0.05",
7878
"x_serialization_backend" : "JSON::PP version 4.16",
7979
"x_static_install" : 1
8080
}

META.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ resources:
4343
bugtracker: https://github.com/Corion/AI-Ollama-Client/issues
4444
license: https://dev.perl.org/licenses/
4545
repository: git://github.com/Corion/AI-Ollama-Client.git
46-
version: '0.04'
46+
version: '0.05'
4747
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
4848
x_static_install: 1

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
AI::Ollama::Client - Client for AI::Ollama
22

33

4-
This document describes version 0.04.
4+
This document describes version 0.05.
55

66

77
INSTALLATION

lib/AI/Ollama/Client.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package AI::Ollama::Client 0.04;
1+
package AI::Ollama::Client 0.05;
22
use 5.020;
33
use Moo 2;
44
use experimental 'signatures';

lib/AI/Ollama/Client/Impl.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package AI::Ollama::Client::Impl 0.04;
1+
package AI::Ollama::Client::Impl 0.05;
22
# DO NOT EDIT! This is an autogenerated file.
33

44
use 5.020;

lib/AI/Ollama/CopyModelRequest.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package AI::Ollama::CopyModelRequest 0.04;
1+
package AI::Ollama::CopyModelRequest 0.05;
22
# DO NOT EDIT! This is an autogenerated file.
33

44
use 5.020;

lib/AI/Ollama/CreateModelRequest.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package AI::Ollama::CreateModelRequest 0.04;
1+
package AI::Ollama::CreateModelRequest 0.05;
22
# DO NOT EDIT! This is an autogenerated file.
33

44
use 5.020;

lib/AI/Ollama/CreateModelResponse.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package AI::Ollama::CreateModelResponse 0.04;
1+
package AI::Ollama::CreateModelResponse 0.05;
22
# DO NOT EDIT! This is an autogenerated file.
33

44
use 5.020;

lib/AI/Ollama/DeleteModelRequest.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package AI::Ollama::DeleteModelRequest 0.04;
1+
package AI::Ollama::DeleteModelRequest 0.05;
22
# DO NOT EDIT! This is an autogenerated file.
33

44
use 5.020;

0 commit comments

Comments
 (0)