mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-04 12:19:09 -04:00
chore: v1.2.0
This commit is contained in:
parent
a41fc55099
commit
07e83a1f41
3 changed files with 22 additions and 2 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -1,3 +1,23 @@
|
|||
## 1.2.0
|
||||
|
||||
- feat: upgrade libgit2 to 1.5.0
|
||||
|
||||
- feat: add ability to pass checkout options to `reset(...)` API method
|
||||
|
||||
- feat: add ability to pass options to `prune(...)` Worktree API method
|
||||
|
||||
- feat: add ability to pass options to `Merge.fileFromIndex(...)` API method
|
||||
|
||||
- feat: add ability to pass options to `addAll(...)` Index API method
|
||||
|
||||
- feat: add ability to pass options to `revert(...)` and `revertTo(...)` Commit API methods:
|
||||
|
||||
- select parent to revert to for merge commits
|
||||
- merge options
|
||||
- checkout options
|
||||
|
||||
- chore: upgrade dependencies
|
||||
|
||||
## 1.1.2
|
||||
|
||||
- fix: lookup library in Flutter's .pub_cache folder
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'libgit2dart'
|
||||
s.version = '1.1.2'
|
||||
s.version = '1.2.0'
|
||||
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.1.2
|
||||
version: 1.2.0
|
||||
|
||||
homepage: https://github.com/SkinnyMind/libgit2dart
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue