Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.3.0 #113

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.3.0](https://github.com/momentohq/client-sdk-dart/compare/v0.2.1...v0.3.0) (2024-11-27)


### Features

* support topics sequence page ([#112](https://github.com/momentohq/client-sdk-dart/issues/112)) ([7fff644](https://github.com/momentohq/client-sdk-dart/commit/7fff6441b19533e5009c6acd5ea3a7d42ce435f9))


### Bug Fixes

* update protos and add Makefile ([#111](https://github.com/momentohq/client-sdk-dart/issues/111)) ([40ddb24](https://github.com/momentohq/client-sdk-dart/commit/40ddb24df8030f7e892be736d0b10a4311719630))

## [0.2.1](https://github.com/momentohq/client-sdk-dart/compare/v0.2.0...v0.2.1) (2024-11-22)


Expand Down
2 changes: 1 addition & 1 deletion lib/src/internal/utils/package_version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const packageVersion = '0.2.1'; // x-release-please-version
const packageVersion = '0.3.0'; // x-release-please-version
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: momento
description: Dart client for interacting with Momento
version: 0.2.1
version: 0.3.0
repository: https://github.com/momentohq/client-sdk-dart

environment:
Expand Down