Skip to content

Commit 25e15bf

Browse files
chore(main): release 0.1.0 (#1)
* chore(main): release 0.1.0 * Update CHANGELOG.md --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Averi Kitsch <akitsch@google.com>
1 parent f047d6c commit 25e15bf

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
11
# Changelog
2+
3+
## 0.1.0 (2024-02-26)
4+
5+
6+
### Features
7+
8+
* Add MemorystoreChatMessageHistory ([#10](https://github.com/googleapis/langchain-google-memorystore-redis-python/issues/10)) ([cb567ef](https://github.com/googleapis/langchain-google-memorystore-redis-python/commit/cb567ef7f175843d7c67915d3d9586868bcdba3a))
9+
* Merge staging (vector store, doc saver/loader) into main ([#23](https://github.com/googleapis/langchain-google-memorystore-redis-python/issues/23)) ([f25d030](https://github.com/googleapis/langchain-google-memorystore-redis-python/commit/f25d0309e03906052d5792df5c27543051d4b2b9))
10+
11+
### Documentation
12+
13+
* Add notebooks for integrations ([#27](https://github.com/googleapis/langchain-google-memorystore-redis-python/issues/27)) ([5e09c19](https://github.com/googleapis/langchain-google-memorystore-redis-python/commit/5e09c1949b7c568447c03a427879ac74454b2eb1))

src/langchain_google_memorystore_redis/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.0.1"
15+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)