Skip to content

Commit

Permalink
bump to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
icebaker committed Dec 15, 2023
1 parent 21b2e93 commit 7f85a2b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1491,9 +1491,15 @@ Unless otherwise specified in the Cartridge file, or if not supported by the pro

# Breaking Changes

## 2.0.0

From version `1.1.0` to version `2.0.0`:

Google Provider requires a new `service` key in `credentials`.

## 1.0.0

From version `0.2.0` to version `1.0.0`.
From version `0.2.0` to version `1.0.0`:

Lua functions should start to expect explicit `return` statements.

Expand Down
2 changes: 1 addition & 1 deletion docs/cover.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- Effortlessly integrate multiple bots to achieve your goals.
- Share your Nano Bots and enable others to benefit from their abilities.

Version 1.1.0
Version 2.0.0

[Specification](README)
[GitHub](https://github.com/icebaker/nano-bots-spec)
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<script>
window.$docsify = {
coverpage: { '/': 'cover.md' },
name: 'Nano Bots Specification 1.1.0',
name: 'Nano Bots Specification 2.0.0',
repo: 'https://github.com/icebaker/nano-bots-spec'
}
</script>
Expand Down

0 comments on commit 7f85a2b

Please sign in to comment.