Skip to content

Commit

Permalink
Classify doc exports in sections.
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Sep 1, 2024
1 parent 3f5e5dd commit 9349d0e
Show file tree
Hide file tree
Showing 6 changed files with 243 additions and 242 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v2.0.0 - 2024-09-01

### Changed

- Integrated with `aiken==1.1.0` and `aiken-lang/stdlib==v2`

## v1.0.0 - 2024-07-26

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ It provides many useful primitives for writing and composing arbitrary generator
## Installation

```
aiken add aiken-lang/fuzz --version v1
aiken add aiken-lang/fuzz --version v2
```

## Getting started
Expand Down
6 changes: 3 additions & 3 deletions aiken.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions aiken.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name = "aiken-lang/fuzz"
version = "2.0.0"
version = "main"
compiler = "v1.1.0"
plutus = "v3"
license = "Apache-2.0"
description = "A library for writing Aiken's fuzzers."

Expand All @@ -10,5 +12,7 @@ platform = "github"

[[dependencies]]
name = "aiken-lang/stdlib"
version = "main"
version = "v2"
source = "github"

[config]
Loading

0 comments on commit 9349d0e

Please sign in to comment.