Skip to content

Commit 6464f73

Browse files
authored
Add changelog for 1.0.0 release (#288)
2 parents 92651da + 985194f commit 6464f73

File tree

8 files changed

+22
-16
lines changed

8 files changed

+22
-16
lines changed

.github/rocq-concert.opam.locked

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ depends: [
2626
"coq-quickchick" {= "2.1.1"}
2727
]
2828
build: [
29-
[make "core"]
30-
[make "html"] {with-doc}
31-
]
32-
install: [
33-
[make "install"]
29+
["dune" "subst"] {dev}
30+
["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} "--stop-on-first-error"]
3431
]
3532
dev-repo: "git+https://github.com/AU-COBRA/ConCert.git"

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ nra.cache
8888

8989
## Dune
9090
_build/
91+
*.install
9192

9293
## Editors
9394

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
11+
## [1.0.0] - 2026-03-09
12+
Initial release
13+
14+
Compatible with Rocq 9.1
15+
16+
17+
18+
[unreleased]: https://github.com/AU-COBRA/ConCert/compare/v1.0.0...HEAD
19+
[1.0.0]: https://github.com/AU-COBRA/ConCert/releases/tag/v1.0.0

examples/eip20/dune

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
ConCert.Execution
2727
ConCert.Execution.Test
2828
ConCert.Extraction
29+
ConCert.Embedding
2930
ConCert.Embedding.Extraction
3031
)
3132
)

examples/escrow/dune

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
ConCert.Execution
2727
ConCert.Execution.Test
2828
ConCert.Extraction
29+
ConCert.Embedding
2930
ConCert.Embedding.Extraction
3031
)
3132
)

examples/stackInterpreter/dune

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
ConCert.Execution
2727
ConCert.Execution.Test
2828
ConCert.Extraction
29+
ConCert.Embedding
2930
ConCert.Embedding.Extraction
3031
)
3132
)

rocq-concert-examples.opam

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,10 @@ bug-reports: "https://github.com/AU-COBRA/ConCert/issues"
1414
doc: "https://au-cobra.github.io/ConCert/toc.html"
1515

1616
depends: [
17-
"rocq-concert-examples" {= version}
17+
"rocq-concert" {= version}
1818
]
1919

2020
build: [
21-
[make "examples"]
22-
[make "html"] {with-doc}
23-
]
24-
install: [
25-
[make "install-examples"]
21+
["dune" "subst"] {dev}
22+
["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} "--stop-on-first-error"]
2623
]

rocq-concert.opam

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ depends: [
3131
]
3232

3333
build: [
34-
[make "core"]
35-
[make "html"] {with-doc}
36-
]
37-
install: [
38-
[make "install"]
34+
["dune" "subst"] {dev}
35+
["dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} "--stop-on-first-error"]
3936
]

0 commit comments

Comments
 (0)