Skip to content

Commit

Permalink
Prepare 0.1.1.2 release.
Browse files Browse the repository at this point in the history
Reformatted.
Removed unused imports.
Fixed deprecation warnings.
Use new .github workflows.
Updated package metadata.
  • Loading branch information
brianjosephmckeon authored Feb 14, 2024
1 parent 2e5f8b7 commit 31549e8
Show file tree
Hide file tree
Showing 16 changed files with 1,816 additions and 1,626 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@byteverse/l3c
11 changes: 11 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: build
on:
pull_request:
branches:
- "*"

jobs:
call-workflow:
uses: byteverse/.github/.github/workflows/build-matrix.yaml@main
with:
cabal-file: bytehash.cabal
10 changes: 10 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: release
on:
push:
tags:
- "*"

jobs:
call-workflow:
uses: byteverse/.github/.github/workflows/release.yaml@main
secrets: inherit
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.vscode/
dist
dist-*
cabal-dev
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for bytehash

## 0.1.1.2 -- 2024-02-14

* Update package metadata.

## 0.1.0.0 -- 2020-04-30

* Initial release.
2 changes: 0 additions & 2 deletions Setup.hs

This file was deleted.

Loading

0 comments on commit 31549e8

Please sign in to comment.