Skip to content

Commit 13af018

Browse files
author
cdavis-code
committed
release(google_vision_cli): v2.1.1
1 parent 0fc8f6b commit 13af018

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
out.md
2+
doc/api/
3+
.dart_tool/

packages/google_vision_cli/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 2.1.1
4+
5+
* chore: bumped `google_vision` dependency to `^2.2.1`
6+
* chore: added `.pubignore` to exclude `out.md`, `doc/api/`, and `.dart_tool/` from publication
7+
38
## 2.1.0
49

510
* feat: new `markdown` command converts DOCUMENT_TEXT_DETECTION output to markdown (headers, lists, tables, checkboxes, image placeholders)

packages/google_vision_cli/lib/meta.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ library;
66
import 'dart:convert' show json;
77

88
final pubSpec = json.decode(
9-
'{"name":"google_vision_cli","version":"2.1.0","description":"A CLI tool for making API requests to Google Vision API using the google_vision package.","homepage":"https://github.com/cdavis-code/google_vision_workspace/tree/main/packages/google_vision_cli","repository":"https://github.com/cdavis-code/google_vision_workspace"}',
9+
'{"name":"google_vision_cli","version":"2.1.1","description":"A CLI tool for making API requests to Google Vision API using the google_vision package.","homepage":"https://github.com/cdavis-code/google_vision_workspace/tree/main/packages/google_vision_cli","repository":"https://github.com/cdavis-code/google_vision_workspace"}',
1010
);

packages/google_vision_cli/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: google_vision_cli
22
description: A CLI tool for making API requests to Google Vision API using the google_vision package.
3-
version: 2.1.0
3+
version: 2.1.1
44
repository: https://github.com/cdavis-code/google_vision_workspace
55
homepage: https://github.com/cdavis-code/google_vision_workspace/tree/main/packages/google_vision_cli
66
issue_tracker: https://github.com/cdavis-code/google_vision_workspace/issues
@@ -17,15 +17,15 @@ funding:
1717
resolution: workspace
1818

1919
environment:
20-
sdk: ^3.8.0
20+
sdk: ^3.12.0
2121

2222
executables:
2323
vision: vision
2424

2525
dependencies:
2626
args: ^2.7.0
2727
dio: ^5.9.2
28-
google_vision: ^2.2.0
28+
google_vision: ^2.2.1
2929
image: ^4.8.0
3030
loggy: ^2.0.3
3131
collection: ^1.19.1

0 commit comments

Comments
 (0)