diff --git a/ChangeLog.md b/ChangeLog.md index 9460c190..47a04a51 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,13 @@ # Changelog for pantry +## v0.8.3 + +* Expose `withPantryConfig'`, which allows for optional use of Casa. + `NoCasaConfig` is now a data constructor of `PantryException`. +* `withRepo`, in the case of Git, will now, if necessary, fetch the specific + commit. (For example, GitHub repositories include the commits of unmerged pull + requests but these are not fetched when the repository is cloned.) + ## v0.8.2.2 * Add error S-395 (`NoLocalPackageDirFound`). diff --git a/package.yaml b/package.yaml index c698e721..abdfd7dc 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: pantry -version: 0.8.2.2 +version: 0.8.3 synopsis: Content addressable Haskell package management description: Please see the README on GitHub at category: Development diff --git a/pantry.cabal b/pantry.cabal index 04b5e84f..9f2b98a5 100644 --- a/pantry.cabal +++ b/pantry.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: pantry -version: 0.8.2.2 +version: 0.8.3 synopsis: Content addressable Haskell package management description: Please see the README on GitHub at category: Development