Skip to content

Commit

Permalink
chore: 0.1.1 release (#41)
Browse files Browse the repository at this point in the history
* chore: prep 0.1.1 release

* set sdk version
  • Loading branch information
btrautmann authored Jul 24, 2023
1 parent 225c4a4 commit 4dc74cb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
steps:
- uses: actions/[email protected]
- uses: dart-lang/[email protected]

with:
sdk: 2.18.5
- name: Install dependencies
run: dart pub global activate melos 2.3.1 && melos bs

Expand Down Expand Up @@ -57,6 +58,8 @@ jobs:
steps:
- uses: actions/[email protected]
- uses: dart-lang/[email protected]
with:
sdk: 2.18.5
- name: Install dependencies
run: |
dart pub global activate melos 2.3.1 && melos bs
Expand Down
7 changes: 7 additions & 0 deletions packages/test_track/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.1.1
* chore: migrate to `sturdy_http` by @btrautmann in https://github.com/Betterment/test_track_dart_client/pull/38
* chore: tweak codeowners by @btrautmann in https://github.com/Betterment/test_track_dart_client/pull/39
* feat: add systomProxyGetter parameter to allow for proxying requests by @btrautmann in https://github.com/Betterment/test_track_dart_client/pull/40

**Full Changelog**: https://github.com/Betterment/test_track_dart_client/compare/v0.1.0...v0.1.1

## 0.1.0
* feat: add ability to override visitor id to preserve id across organic installs by @btrautmann in https://github.com/Betterment/test_track_dart_client/pull/36

Expand Down
2 changes: 1 addition & 1 deletion packages/test_track/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: test_track
description: The dart client for the TestTrack system. It provides client-side split-testing and feature-toggling through a simple API.
version: 0.1.0
version: 0.1.1
homepage: https://github.com/Betterment/test_track_dart_client
repository: https://github.com/Betterment/test_track_dart_client

Expand Down

0 comments on commit 4dc74cb

Please sign in to comment.