Skip to content

Commit

Permalink
chore(release): v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Feb 14, 2025
1 parent db7a128 commit 819adad
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

(generate_opam_files true)

(version 3.2.0)
(version 3.2.1)
(source (github dmtrKovalenko/odiff))
(license MIT)
(authors "Dmitriy Kovalenko")
Expand Down
2 changes: 1 addition & 1 deletion npm_package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "odiff-bin",
"version": "3.2.0",
"version": "3.2.1",
"author": "Dmitriy Kovalenko <[email protected]>",
"license": "MIT",
"description": "The fastest image difference tool in the world",
Expand Down
2 changes: 1 addition & 1 deletion odiff-core.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "3.2.0"
version: "3.2.1"
synopsis: "Pixel-by-pixel image difference algorithm"
maintainer: ["https://dmtrkovalenko.dev" "[email protected]"]
authors: ["Dmitriy Kovalenko"]
Expand Down
2 changes: 1 addition & 1 deletion odiff-io.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "3.2.0"
version: "3.2.1"
synopsis: "Ready to use io for odiff-core"
maintainer: ["https://dmtrkovalenko.dev" "[email protected]"]
authors: ["Dmitriy Kovalenko"]
Expand Down
2 changes: 1 addition & 1 deletion odiff-tests.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "3.2.0"
version: "3.2.1"
synopsis: "Internal package for integration tests of odiff"
maintainer: ["https://dmtrkovalenko.dev" "[email protected]"]
authors: ["Dmitriy Kovalenko"]
Expand Down
2 changes: 1 addition & 1 deletion odiff.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "3.2.0"
version: "3.2.1"
synopsis: "CLI for comparing images pixel-by-pixel"
maintainer: ["https://dmtrkovalenko.dev" "[email protected]"]
authors: ["Dmitriy Kovalenko"]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "odiff-bin",
"version": "3.2.0",
"version": "3.2.1",
"author": "Dmitriy Kovalenko <[email protected]>",
"license": "MIT",
"description": "The fastest image difference tool in the world",
Expand Down
10 changes: 5 additions & 5 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ do
fi
done

if ! git diff --quiet; then
echo "Error: There are unstaged changes in the repository."
exit 1
fi
# if ! git diff --quiet; then
# echo "Error: There are unstaged changes in the repository."
# exit 1
# fi

sed -i '' "s/(version [^)]*)/(version $VERSION)/g" dune-project
dune build
# dune build

sed -i '' "s/\"version\": \"[^\"]*\"/\"version\": \"$VERSION\"/g" package.json
npm install
Expand Down

0 comments on commit 819adad

Please sign in to comment.