Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Verifpal
Verifpal
Commits
dad640af
Commit
dad640af
authored
May 29, 2022
by
Nadim Kobeissi
💾
Browse files
Verifpal 0.27.0
parent
bb392e73
Pipeline
#930
passed with stages
in 3 minutes and 58 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.goreleaser.yml
View file @
dad640af
...
...
@@ -32,9 +32,6 @@ archives:
-
README.md
wrap_in_directory
:
true
signs
:
-
artifacts
:
checksum
changelog
:
skip
:
false
sort
:
asc
...
...
assets/releasenotes.txt
View file @
dad640af
Verifpal 0.2
6.1
fixes analysis
unreliabilty that could arise when equivalence queries are used
.
Verifpal 0.2
7.0
fixes
an
analysis
bug caused by an ill-thought "performance optimization". It also updates a few dependencies
.
Equivalence queries remain unstable, and should be used with caution for the time being
.
Thanks to Oskar Goldhahn (NTNU) for detecting the issue
.
assets/version.txt
View file @
dad640af
0.2
6.1
0.2
7.0
cmd/verifpal/main.go
View file @
dad640af
...
...
@@ -20,7 +20,7 @@ import (
"verifpal.com/cmd/vplogic"
)
const
version
=
"0.2
6.1
"
const
version
=
"0.2
7.0
"
var
rootCmd
=
&
cobra
.
Command
{
Use
:
"verifpal"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment