Skip to content

Commit

Permalink
Bump version, add changelog entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
my-name-is-lad committed Jan 25, 2024
1 parent 8f31bec commit c8d4a5c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog for file-embed

## 0.0.15.1

* Add `embedFileRelative`

## 0.0.15.0

* Add `makeRelativeToLocationPredicate`
Expand Down
1 change: 1 addition & 0 deletions Data/FileEmbed.hs
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ embedFile fp =

-- | Embed a file file in your source code.
-- Unlike 'embedFile', path is given relative to project root.
-- @since 0.0.15.1
embedFileRelative :: FilePath -> Q Exp
embedFileRelative = embedFile <=< makeRelativeToProject

Expand Down
2 changes: 1 addition & 1 deletion file-embed.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: file-embed
version: 0.0.15.0
version: 0.0.15.1
license: BSD2
license-file: LICENSE
author: Michael Snoyman <[email protected]>
Expand Down

0 comments on commit c8d4a5c

Please sign in to comment.