freckle-app 1.5.0.1 → 1.5.1.0
raw patch · 4 files changed
+8/−3 lines, 4 files
Files
- CHANGELOG.md +5/−1
- freckle-app.cabal +1/−1
- library/Freckle/App/Stats.hs +1/−0
- package.yaml +1/−1
CHANGELOG.md view
@@ -1,4 +1,8 @@-## [_Unreleased_](https://github.com/freckle/freckle-app/compare/v1.5.0.1...main)+## [_Unreleased_](https://github.com/freckle/freckle-app/compare/v1.5.1.0...main)++## [v1.5.0.1](https://github.com/freckle/freckle-app/compare/v1.5.0.1...v1.5.1.0)++- Export `Freckle.App.Stats.tagsL` ## [v1.5.0.1](https://github.com/freckle/freckle-app/compare/v1.5.0.0...v1.5.0.1)
freckle-app.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.18 name: freckle-app-version: 1.5.0.1+version: 1.5.1.0 license: MIT license-file: LICENSE maintainer: Freckle Education
library/Freckle/App/Stats.hs view
@@ -10,6 +10,7 @@ -- * Client , StatsClient+ , tagsL , withStatsClient , HasStatsClient(..)
package.yaml view
@@ -1,6 +1,6 @@ --- name: freckle-app-version: 1.5.0.1+version: 1.5.1.0 maintainer: Freckle Education category: Utils github: freckle/freckle-app