Skip to content

Commit

Permalink
Merge pull request #23 from arthuraa/release-0.1.1
Browse files Browse the repository at this point in the history
Release 0.1.1
  • Loading branch information
arthuraa authored Mar 10, 2023
2 parents ef5cf47 + 892672d commit bf96710
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
11 changes: 10 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,20 @@ commands:
--kind=version << parameters.mathcomp-version >>
opam install --deps-only .
set-jobs:
steps:
- run:
name: Set number of jobs
command: |
opam var --global jobs=1
build:
steps:
- run:
name: Building deriving
command:
command: |
opam var jobs
opam install --with-test .
jobs:
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1] - 2023-03-10
### Fixed
- Add `global` locality annotations to comply with newer versions of Coq

## [0.1.0] - 2020-02-24
### Added
- First version supporting inductive types.

[Unreleased]: https://github.com/arthuraa/deriving/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/arthuraa/deriving/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/arthuraa/deriving/releases/tag/v0.1.1
[0.1.0]: https://github.com/arthuraa/deriving/releases/tag/v0.1.0

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ In such cases, it is a good idea to keep the instance opaque (e.g. defined with

## Requirements

- Coq 8.11 -- 8.15
- Coq 8.11 -- 8.17

- `coq-mathcomp-ssreflect` 1.11 -- 1.15
- `coq-mathcomp-ssreflect` 1.11 -- 1.16

## Installation

Expand Down
2 changes: 1 addition & 1 deletion deriving.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
opam-version: "2.0"
name: "coq-deriving"
version: "0.1.0"
version: "0.1.1"
maintainer: "Arthur Azevedo de Amorim <[email protected]>"

homepage: "https://github.com/arthuraa/deriving"
Expand Down

0 comments on commit bf96710

Please sign in to comment.