cosmos-sdk/collections
dependabot[bot] 8a46a3d4fe
build(deps): Bump cosmossdk.io/api from 0.3.0 to 0.3.1 (#15092)
Bumps [cosmossdk.io/api](https://github.com/cosmos/cosmos-sdk) from 0.3.0 to 0.3.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/cosmos/cosmos-sdk/blob/v0.3.1/CHANGELOG.md">cosmossdk.io/api's changelog</a>.</em></p>
<blockquote>
<h2>0.3.1 (March 23, 2017)</h2>
<p>IMPROVEMENTS:</p>
<ul>
<li>CLI returns exit code 1 and logs error before exiting</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/cosmos/cosmos-sdk/compare/v0.3.0...v0.3.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cosmossdk.io/api&package-manager=go_modules&previous-version=0.3.0&new-version=0.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
2023-02-20 20:39:19 +00:00
..
codec refactor(collections): move codecs to separate package and add int keys. (#15001) 2023-02-19 13:06:53 +00:00
colltest refactor(collections): move codecs to separate package and add int keys. (#15001) 2023-02-19 13:06:53 +00:00
indexes refactor(collections): move codecs to separate package and add int keys. (#15001) 2023-02-19 13:06:53 +00:00
CHANGELOG.md feat(collections): IndexedMap (#14397) 2023-01-27 12:49:27 +00:00
collections_test.go feat(collections): IndexedMap (#14397) 2023-01-27 12:49:27 +00:00
collections.go refactor(collections): move codecs to separate package and add int keys. (#15001) 2023-02-19 13:06:53 +00:00
genesis_test.go feat(collections): genesis support (#14331) 2023-01-17 11:25:10 +00:00
genesis.go feat(collections): IndexedMap (#14397) 2023-01-27 12:49:27 +00:00
go.mod build(deps): Bump cosmossdk.io/api from 0.3.0 to 0.3.1 (#15092) 2023-02-20 20:39:19 +00:00
go.sum build(deps): Bump cosmossdk.io/api from 0.3.0 to 0.3.1 (#15092) 2023-02-20 20:39:19 +00:00
indexed_map_test.go feat(collections): IndexedMap (#14397) 2023-01-27 12:49:27 +00:00
indexed_map.go refactor(collections): move codecs to separate package and add int keys. (#15001) 2023-02-19 13:06:53 +00:00
indexes_generic_multi_test.go feat(collections): IndexedMap (#14397) 2023-01-27 12:49:27 +00:00
indexes_generic_multi.go refactor(collections): move codecs to separate package and add int keys. (#15001) 2023-02-19 13:06:53 +00:00
indexes_generic_unique_test.go feat(collections): IndexedMap (#14397) 2023-01-27 12:49:27 +00:00
indexes_generic_unique.go refactor(collections): move codecs to separate package and add int keys. (#15001) 2023-02-19 13:06:53 +00:00
item_test.go refactor!(collections): don't panic when initializing collections (#14323) 2022-12-24 14:53:29 +00:00
item.go refactor(collections): move codecs to separate package and add int keys. (#15001) 2023-02-19 13:06:53 +00:00
iter_test.go refactor(collections): move codecs to separate package and add int keys. (#15001) 2023-02-19 13:06:53 +00:00
iter.go refactor(collections): move codecs to separate package and add int keys. (#15001) 2023-02-19 13:06:53 +00:00
keyset_test.go refactor(collections): move codecs to separate package and add int keys. (#15001) 2023-02-19 13:06:53 +00:00
keyset.go refactor(collections): move codecs to separate package and add int keys. (#15001) 2023-02-19 13:06:53 +00:00
map_test.go refactor(collections): move codecs to separate package and add int keys. (#15001) 2023-02-19 13:06:53 +00:00
map.go refactor(collections): move codecs to separate package and add int keys. (#15001) 2023-02-19 13:06:53 +00:00
pair_test.go feat(collections): IndexedMap (#14397) 2023-01-27 12:49:27 +00:00
pair.go refactor(collections): move codecs to separate package and add int keys. (#15001) 2023-02-19 13:06:53 +00:00
schema_test.go refactor!(collections): don't panic when initializing collections (#14323) 2022-12-24 14:53:29 +00:00
schema.go feat(collections): IndexedMap (#14397) 2023-01-27 12:49:27 +00:00
sequence_test.go refactor!(collections): don't panic when initializing collections (#14323) 2022-12-24 14:53:29 +00:00
sequence.go refactor!(collections): don't panic when initializing collections (#14323) 2022-12-24 14:53:29 +00:00
sonar-project.properties ci: make sonarcloud more quiet (#14585) 2023-01-12 10:24:56 +00:00