-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.4.0](v1.3.0...v1.4.0) (2022-09-27) ### Bug Fixes * deal with long schemas and topic names ([86e1d1d](86e1d1d)) * set timeout for schema registry requests ([89add9e](89add9e)) ### Features * generate update manifests ([f937c03](f937c03)) * New version example ([f7063f7](f7063f7))
- Loading branch information
1 parent
f937c03
commit 1928f46
Showing
5 changed files
with
24 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"version": "v0.0.1", | ||
"notes": "Release notes example 2", | ||
"pub_date": "2022-09-27T05:00:54Z", | ||
"version": "v1.4.0", | ||
"notes": "# [1.4.0](https://github.com/andrewinci/insulator2/compare/v1.3.0...v1.4.0) (2022-09-27)\n\n\n### Bug Fixes\n\n* deal with long schemas and topic names ([86e1d1d](https://github.com/andrewinci/insulator2/commit/86e1d1d77882111a1230da820960db1a6527623c))\n* set timeout for schema registry requests ([89add9e](https://github.com/andrewinci/insulator2/commit/89add9e388e878c300e4dc9449f49c0344d5bc79))\n\n\n### Features\n\n* generate update manifests ([f937c03](https://github.com/andrewinci/insulator2/commit/f937c030038a4de5d84b496265ba8abd3c8dd370))\n* New version example ([f7063f7](https://github.com/andrewinci/insulator2/commit/f7063f7ea54b91ee2bdd1720e66bb028bef30ab7))\n\n\n\n", | ||
"pub_date": "2022-09-27T05:31:25Z", | ||
"platforms": { | ||
"darwin-x86_64": { | ||
"signature": "----", | ||
"url": "template" | ||
"url": "https://github.com/andrewinci/insulator2/releases/download/v1.4.0/Insulator.2.app.tar.gz" | ||
}, | ||
"darwin-aarch64": { | ||
"signature": "-----", | ||
"url": "template" | ||
"url": "https://github.com/andrewinci/insulator2/releases/download/v1.4.0/Insulator.2.app.tar.gz" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
{ | ||
"version": "v0.0.1", | ||
"notes": "Release notes example 2", | ||
"pub_date": "2022-09-27T05:00:54Z", | ||
"version": "v1.4.0", | ||
"notes": "# [1.4.0](https://github.com/andrewinci/insulator2/compare/v1.3.0...v1.4.0) (2022-09-27)\n\n\n### Bug Fixes\n\n* deal with long schemas and topic names ([86e1d1d](https://github.com/andrewinci/insulator2/commit/86e1d1d77882111a1230da820960db1a6527623c))\n* set timeout for schema registry requests ([89add9e](https://github.com/andrewinci/insulator2/commit/89add9e388e878c300e4dc9449f49c0344d5bc79))\n\n\n### Features\n\n* generate update manifests ([f937c03](https://github.com/andrewinci/insulator2/commit/f937c030038a4de5d84b496265ba8abd3c8dd370))\n* New version example ([f7063f7](https://github.com/andrewinci/insulator2/commit/f7063f7ea54b91ee2bdd1720e66bb028bef30ab7))\n\n\n\n", | ||
"pub_date": "2022-09-27T05:31:25Z", | ||
"platforms": { | ||
"linux-x86_64": { | ||
"signature": "-----", | ||
"url": "template" | ||
"url": "https://github.com/andrewinci/insulator2/releases/download/v1.4.0/insulator-2_1.4.0_amd64.AppImage.tar.gz" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters