Skip to content

Commit 2865720

Browse files
committed
!F update version to 0.1.6 and changelog date
1 parent b77eb4b commit 2865720

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [0.1.6] - Unreleased
5+
## [0.1.6] - 2025-11-17
66
- Add `include_event_description` config option to optionally include an
77
event's `description` property inside the emitted `logger.logEvent`
88
parameters map. This flag defaults to `false` to preserve existing

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Add `analytics_gen` to your `dev_dependencies` and get packages:
100100

101101
```yaml
102102
dev_dependencies:
103-
analytics_gen: ^0.1.5
103+
analytics_gen: ^0.1.6
104104
```
105105
106106
```bash

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: analytics_gen
22
description: Type-safe analytics event tracking with code generation from YAML configuration. Supports multiple providers, testing utilities, and export formats.
3-
version: 0.1.5
3+
version: 0.1.6
44
repository: https://github.com/yelmuratoff/analytics_gen
55
issue_tracker: https://github.com/yelmuratoff/analytics_gen/issues
66

0 commit comments

Comments
 (0)