Skip to content

Commit

Permalink
bump version (v0.4.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarvalabs-manish committed Oct 25, 2024
1 parent 69de527 commit 4fef79e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,33 +54,33 @@ POLO's partially encoding and field order based indexing (and string based index

## Examples
### Simple Polorization & Depolorization (Encoding/Decoding)
https://github.com/sarvalabs/go-polo/blob/e53ea07f975be8598d8e279dc006cd3f4b7e33ac/polo_test.go#L16-L64
https://github.com/sarvalabs/go-polo/blob/22a975e4d1d5329e16aaedd7207aee382e64d30e/polo_test.go#L16-L64

### Custom Polorization & Depolorization (Encoding/Decoding)
https://github.com/sarvalabs/go-polo/blob/e53ea07f975be8598d8e279dc006cd3f4b7e33ac/polo_test.go#L66-L175
https://github.com/sarvalabs/go-polo/blob/22a975e4d1d5329e16aaedd7207aee382e64d30e/polo_test.go#L66-L173

### Wire Decoding with `Any`
https://github.com/sarvalabs/go-polo/blob/e53ea07f975be8598d8e279dc006cd3f4b7e33ac/polo_test.go#L177-L214
https://github.com/sarvalabs/go-polo/blob/22a975e4d1d5329e16aaedd7207aee382e64d30e/polo_test.go#L175-L212

### `Polorizer` (Encoding Buffer)
https://github.com/sarvalabs/go-polo/blob/e53ea07f975be8598d8e279dc006cd3f4b7e33ac/polorizer_test.go#L12-L42
https://github.com/sarvalabs/go-polo/blob/22a975e4d1d5329e16aaedd7207aee382e64d30e/polorizer_test.go#L12-L42

### `Depolorizer` (Decoding Buffer)
https://github.com/sarvalabs/go-polo/blob/e53ea07f975be8598d8e279dc006cd3f4b7e33ac/depolorizer_test.go#L13-L70
https://github.com/sarvalabs/go-polo/blob/22a975e4d1d5329e16aaedd7207aee382e64d30e/depolorizer_test.go#L13-L70

### Document Encoding
https://github.com/sarvalabs/go-polo/blob/e53ea07f975be8598d8e279dc006cd3f4b7e33ac/document_test.go#L12-L74
https://github.com/sarvalabs/go-polo/blob/22a975e4d1d5329e16aaedd7207aee382e64d30e/document_test.go#L12-L74

### Document Decoding
https://github.com/sarvalabs/go-polo/blob/e53ea07f975be8598d8e279dc006cd3f4b7e33ac/document_test.go#L76-L124
https://github.com/sarvalabs/go-polo/blob/22a975e4d1d5329e16aaedd7207aee382e64d30e/document_test.go#L76-L124

## Contributing
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as below, without any additional terms or conditions.

## License
© 2023 Sarva Labs Inc. & MOI Protocol Developers.
© 2024 Sarva Labs Inc. & MOI Protocol Developers.

This project is licensed under either of
- [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) ([`LICENSE-APACHE`](LICENSE-APACHE))
Expand Down

0 comments on commit 4fef79e

Please sign in to comment.