mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 12:19:09 -04:00
chore: v1.2.1
This commit is contained in:
parent
fa946c5ce3
commit
675872c3ef
3 changed files with 12 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,3 +1,13 @@
|
|||
## 1.2.1
|
||||
|
||||
- fix: use default location of Flutter's '.pub_cache' folder
|
||||
|
||||
- docs: update README with troubleshooting instructions for Windows
|
||||
|
||||
- chore: bump minimum dart and flutter versions
|
||||
|
||||
- chore: Lookup library in system path (thanks @dnys1)
|
||||
|
||||
## 1.2.0
|
||||
|
||||
- feat: upgrade libgit2 to 1.5.0
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'libgit2dart'
|
||||
s.version = '1.2.0'
|
||||
s.version = '1.2.1'
|
||||
s.summary = 'Dart bindings to libgit2.'
|
||||
s.description = <<-DESC
|
||||
Dart bindings to libgit2.
|
||||
|
|
|
@ -2,7 +2,7 @@ name: libgit2dart
|
|||
|
||||
description: Dart bindings to libgit2, provides ability to use libgit2 library in Dart and Flutter.
|
||||
|
||||
version: 1.2.0
|
||||
version: 1.2.1
|
||||
|
||||
homepage: https://github.com/SkinnyMind/libgit2dart
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue