Skip to content

Commit f477f9c

Browse files
committed
chore: update version to 1.0.0 and remove deprecated documentation
- Updated project version to 1.0.0 in pyproject.toml and VERSION file. - Removed obsolete Juvix documentation files related to various node engines and subsystems to streamline the codebase. - Adjusted mkdocs.yml to reflect the changes in documentation structure.
1 parent e850e7b commit f477f9c

File tree

176 files changed

+342
-32044
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+342
-32044
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.2.0
1+
v1.0.0

docs/Package.juvix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import PackageDescription.V2 open;
66
package : Package :=
77
defaultPackage@{
88
name := "nspec";
9-
version := mkVersion 0 1 4;
9+
version := mkVersion 1 0 0;
1010
dependencies :=
1111
[github "anoma" "juvix-stdlib" "v0.11.0"]
1212
};

0 commit comments

Comments
 (0)