Skip to content

Commit 15d8172

Browse files
chore(main): release 2.0.2 (#35)
* chore(main): release 2.0.2 * chore: update lock files for version bump --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d16e0bc commit 15d8172

7 files changed

Lines changed: 14 additions & 7 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.1"
2+
".": "2.0.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.0.2](https://github.com/aegixx/aws-loggy/compare/v2.0.1...v2.0.2) (2026-01-16)
4+
5+
6+
### Continuous Integration
7+
8+
* only run Claude Code Review on feature PRs ([d16e0bc](https://github.com/aegixx/aws-loggy/commit/d16e0bc674ef0a667998b04aa99b8c16f646a19f))
9+
310
## [2.0.1](https://github.com/aegixx/aws-loggy/compare/v2.0.0...v2.0.1) (2026-01-16)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loggy",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A fast, native desktop app for browsing and tailing AWS CloudWatch logs",
55
"license": "MIT",
66
"author": "Bryan Stone",

src-tauri/Cargo.lock

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

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "loggy"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
description = "A fast, native desktop app for browsing and tailing AWS CloudWatch logs"
55
authors = ["Bryan Stone"]
66
license = "MIT"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "Loggy",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"identifier": "dev.steampunk.aws-loggy",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)