Skip to content

Commit

Permalink
Update for version 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilgrem committed Jun 26, 2023
1 parent f6e4c1a commit 000fd8b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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`).
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/commercialhaskell/pantry#readme>
category: Development
Expand Down
2 changes: 1 addition & 1 deletion pantry.cabal

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 000fd8b

Please sign in to comment.