Skip to content

Commit

Permalink
Release 1.1.0.0 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocharles committed Jul 17, 2021
1 parent add7e77 commit 4cacc54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 1.1.0.0 (??)
# 1.1.0.0 (2021-07-16)

## New features

Expand All @@ -10,7 +10,7 @@
, myTableY :: f Text
} deriving (Generic, Rel8able)
```

* The `Projectable` and `Biprojectable` type classes have been introduced. These classes model a type of functors and bifunctors (respectively) on tables, where the mapping function is only able to rearrange columns. For example, the following is now possible:

```haskell
Expand Down
2 changes: 1 addition & 1 deletion rel8.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.0
name: rel8
version: 1.0.0.1
version: 1.1.0.0
synopsis: Hey! Hey! Can u rel8?
license: BSD3
license-file: LICENSE
Expand Down

0 comments on commit 4cacc54

Please sign in to comment.