Skip to content

Commit 02b5f5d

Browse files
committed
chore(release): publish packages
- couchbase@0.1.0+1
1 parent 70d2ab4 commit 02b5f5d

File tree

4 files changed

+35
-2
lines changed

4 files changed

+35
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2023-04-11
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`couchbase` - `v0.1.0+1`](#couchbase---v0101)
19+
20+
---
21+
22+
#### `couchbase` - `v0.1.0+1`
23+
24+
- **FIX**: support downloading native binaries with compiled executable. ([70d2ab41](https://github.com/blaugold/couchbase-dart/commit/70d2ab41770d589a02c4d164605130a70a1a6088))
25+
- **FIX**: unpacking of native library tar archive. ([ee58207b](https://github.com/blaugold/couchbase-dart/commit/ee58207bb0020547c81033566df51685b5f41bb2))
26+
- **FIX**: distinguish between pub git dependency and local repository for development. ([c544578f](https://github.com/blaugold/couchbase-dart/commit/c544578f5f4348b24ba26b6a99dc3d8144a26196))
27+
- **DOCS**: add missing categories. ([8d1a826e](https://github.com/blaugold/couchbase-dart/commit/8d1a826eda2eefc10fda277dc987fc7aa81dacdd))
28+
- **DOCS**: add `Acknowledgements`. ([72cc986c](https://github.com/blaugold/couchbase-dart/commit/72cc986c48e625c944167a26b46d6b05ea83320c))
29+
30+
631
## 2023-04-10
732

833
### Changes

packages/couchbase/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
1+
## 0.1.0+1
2+
3+
- **FIX**: support downloading native binaries with compiled executable. ([70d2ab41](https://github.com/blaugold/couchbase-dart/commit/70d2ab41770d589a02c4d164605130a70a1a6088))
4+
- **FIX**: unpacking of native library tar archive. ([ee58207b](https://github.com/blaugold/couchbase-dart/commit/ee58207bb0020547c81033566df51685b5f41bb2))
5+
- **FIX**: distinguish between pub git dependency and local repository for development. ([c544578f](https://github.com/blaugold/couchbase-dart/commit/c544578f5f4348b24ba26b6a99dc3d8144a26196))
6+
- **DOCS**: add missing categories. ([8d1a826e](https://github.com/blaugold/couchbase-dart/commit/8d1a826eda2eefc10fda277dc987fc7aa81dacdd))
7+
- **DOCS**: add `Acknowledgements`. ([72cc986c](https://github.com/blaugold/couchbase-dart/commit/72cc986c48e625c944167a26b46d6b05ea83320c))
8+
19
## 0.1.0
210

packages/couchbase/lib/src/version.g.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/couchbase/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: couchbase
22
description:
33
Couchbase Server SDK for Dart. Couchbase is a distributed, scalable, NewSQL,
44
document-oriented database.
5-
version: 0.1.0
5+
version: 0.1.0+1
66
repository: https://github.com/blaugold/couchbase-dart
77
issue_tracker: https://github.com/blaugold/couchbase-dart/issues
88
homepage: https://github.com/blaugold/couchbase-dart/tree/main/packages/couchbase

0 commit comments

Comments
 (0)