chore: v1.1.2

This commit is contained in:
Aleksey Kulikov 2022-06-09 18:02:49 +03:00
parent 6be34fe9a0
commit aa74c46a12
3 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
## 1.1.2
- fix: lookup library in Flutter's .pub_cache folder
- feat: add ability to limit number of commits to walk in revision walk
## 1.1.1
- fix: lookup library in correct locations

View file

@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'libgit2dart'
s.version = '1.1.1'
s.version = '1.1.2'
s.summary = 'Dart bindings to libgit2.'
s.description = <<-DESC
Dart bindings to libgit2.

View file

@ -2,7 +2,7 @@ name: libgit2dart
description: Dart bindings to libgit2, provides ability to use libgit2 library in Dart and Flutter.
version: 1.1.1
version: 1.1.2
homepage: https://github.com/SkinnyMind/libgit2dart