Skip to content

Commit

Permalink
Release 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
l7ssha committed Nov 15, 2024
1 parent 33e9344 commit 2544ec7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 4.9.0
- feature: Query builder (#38)
- feature: Kavita (#39)
- Clean up exports
- Fix imports
- use getParentIdFromContext
- Emoji reactions module
- Rework FeatureSettingsService
- Implement feature setting streams
- Add settings list command

## 4.8.0
- Mentions monitoring module (#37)
- Remove backticks from pipeline header
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.9'
services:
running_on_dart:
image: ghcr.io/nyxx-discord/running_on_dart:4.8.0
image: ghcr.io/nyxx-discord/running_on_dart:4.9.0
container_name: running_on_dart
env_file:
- .env
Expand Down
2 changes: 1 addition & 1 deletion lib/src/settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import 'dart:io';

import 'package:nyxx/nyxx.dart';

String get version => '4.8.0';
String get version => '4.9.0';

/// Get a [String] from an environment variable, throwing an exception if it is not set.
///
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: running_on_dart
version: 4.8.0
version: 4.9.0
description: Discord Bot for nyxx development
homepage: https://github.com/nyxx-discord/running_on_dart
repository: https://github.com/nyxx-discord/running_on_dart
Expand Down

0 comments on commit 2544ec7

Please sign in to comment.