Skip to content

Commit

Permalink
Version bump for release
Browse files Browse the repository at this point in the history
Reviewed By: pepeiborra

Differential Revision: D27555953

fbshipit-source-id: 654c7824270602876cfa6172c412647fb89e1f54
  • Loading branch information
Andrew Farmer authored and facebook-github-bot committed Apr 9, 2021
1 parent 968154c commit e2cf527
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
ghc: ['8.10.4', '8.8.4']
ghc: ['9.0.1', '8.10.4', '8.8.4']

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
x.x.x.x (xxx)
1.0.0.0 (April 9, 2021)

* Added --adhoc-type flag (#13)
* Added --adhoc-pattern, --pattern-forward, --pattern-backward (#15)
* Speed up file search when large number of files match.
* Removed support for GHC 8.4 and 8.8
* Added support for GHC 9.0.1

Expand Down
2 changes: 1 addition & 1 deletion retrie.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
-- LICENSE file in the root directory of this source tree.
--
name: retrie
version: 0.1.1.1
version: 1.0.0.0
synopsis: A powerful, easy-to-use codemodding tool for Haskell.
homepage: https://github.com/facebookincubator/retrie
bug-reports: https://github.com/facebookincubator/retrie/issues
Expand Down

0 comments on commit e2cf527

Please sign in to comment.