Skip to content

Commit 3005acf

Browse files
authored
Release v1.6.10 (#2370)
Co-authored-by: Alex Justesen <1144087+alexjustesen@users.noreply.github.com>
1 parent b5dbd0e commit 3005acf

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

.claude/guidelines.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# AI Guidelines for Speedtest Tracker
2+
3+
## Code Style
4+
5+
### Laravel Pint
6+
7+
Always run `./vendor/bin/pint --dirty` after making any code changes to ensure code style consistency. This command formats only the files that have been modified according to the project's PHP coding standards.
8+
9+
**Usage:**
10+
```bash
11+
./vendor/bin/pint --dirty
12+
```
13+
14+
This should be run before:
15+
- Creating commits
16+
- Opening pull requests
17+
- Marking tasks as complete

config/speedtest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
/**
77
* General settings.
88
*/
9-
'build_date' => Carbon::parse('2025-10-24'),
9+
'build_date' => Carbon::parse('2025-10-31'),
1010

11-
'build_version' => 'v1.6.9',
11+
'build_version' => 'v1.6.10',
1212

1313
'content_width' => env('CONTENT_WIDTH', '7xl'),
1414

0 commit comments

Comments
 (0)