Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/topic/robin/fix-release-in-docs'
Browse files Browse the repository at this point in the history
* origin/topic/robin/fix-release-in-docs:
  Update release version in documentation.
  • Loading branch information
rsmmr committed Apr 10, 2024
2 parents b98d35f + 5fac155 commit d38f31a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
1.11.0-dev.92 | 2024-04-10 09:40:32 +0200

* Update release version in documentation. (Robin Sommer, Corelight)

This hadn't been updated, leading to outdated links.

* Do not require all AST nodes to be destroyed before we begin compilation. (Robin Sommer)

If a 3rdparty (like Zeek) still retains a pointer to a `Node`, the
check would trigger, making usage awkward. Instead we now just
check at context destruction time that we no longer have any live
nodes.

1.11.0-dev.88 | 2024-04-09 09:33:03 +0200

* Bump 3rdparty/utf8proc from `1fe43f5` to `894e810` (dependabot[bot])
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.0-dev.88
1.11.0-dev.92
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
# -- Project information -----------------------------------------------------

project = "Spicy"
copyright = "2023 by the Zeek Project"
copyright = "2024 by the Zeek Project"
author = "Zeek Project"

version = open("../VERSION").readline()
release = "1.9.0" # most recent release version
release = "1.10.0" # most recent release version

# -- General configuration ---------------------------------------------------

Expand Down

0 comments on commit d38f31a

Please sign in to comment.