Skip to content

Commit a31fa17

Browse files
committed
Release 4.18.0
1 parent 43fc358 commit a31fa17

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 4.18.0
2+
- Add system sql command
3+
- Use standard env methods for fetching db pass
4+
- Display tag name on /tag random command
5+
- Merge branch 'rewrite' of https://github.com/nyxx-discord/running_on_dart into rewrite
6+
- Add /tag random command
7+
- Cleanup cli.dart
8+
- Cleanup env variables
9+
110
## 4.17.0
211
- New `poop user` command
312
- Improved SQL query for searching active tags

docker-compose.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.9'
22
services:
33
running_on_dart:
4-
image: ghcr.io/nyxx-discord/running_on_dart:4.17.0
4+
image: ghcr.io/nyxx-discord/running_on_dart:4.18.0
55
container_name: running_on_dart
66
restart: unless-stopped
77
ports:

lib/src/settings.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import 'dart:io';
22

33
import 'package:nyxx/nyxx.dart';
44

5-
String get version => '4.17.0';
5+
String get version => '4.18.0';
66
String get frontendVersion => '1.0.0';
77

88
/// Get a [String] from an environment variable, throwing an exception if it is not set.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: running_on_dart
2-
version: 4.17.0
2+
version: 4.18.0
33
description: Discord Bot for nyxx development
44
homepage: https://github.com/nyxx-discord/running_on_dart
55
repository: https://github.com/nyxx-discord/running_on_dart

0 commit comments

Comments
 (0)