Skip to content

Commit c3fceca

Browse files
committed
Bumped version to 5.6.28
1 parent 79d73d9 commit c3fceca

5 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
## 5.6.27
1+
## 5.6.28
22
13 August 2025
33

4+
- Updated color scheme in print_signoff_with_topup function
5+
- feat: changed branch name color to white in print_signoff_with_topup function
46
- Updated AI and commit scripts
57
- refactor(core/ai): replaced 'print_always' with 'print_info' for credit usage and balance info
68
- stylistic(core/commit): updated prompt color to yellow when asking to use AI suggestion

docs/README.maiass.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![MAIASS Banner](https://raw.githubusercontent.com/vsmash/maiass/main/assets/maiassbanner2.png)
22

33
<div align="center">
4-
# MAIASS v5.6.27
4+
# MAIASS v5.6.28
55
Modular AI-Augmented Semantic Scribe
66

77
---

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
# MAIASS Installation Script v5.6.27
3+
# MAIASS Installation Script v5.6.28
44
# Installs maiass.sh to a system location and creates a symlink in PATH
55

66
set -e

maiass.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# ---------------------------------------------------------------
3-
# MAIASS (Modular AI-Augmented Semantic Scribe) v5.6.27
3+
# MAIASS (Modular AI-Augmented Semantic Scribe) v5.6.28
44
# Intelligent Git workflow automation script
55
# Copyright (c) 2025 Velvary Pty Ltd
66
# All rights reserved.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "maiass",
3-
"version": "5.6.27",
3+
"version": "5.6.28",
44
"description": "Modular AI Assisted Semantic Scribe",
55
"author": "vsmash <vsmash@users.noreply.github.com>"
66
}

0 commit comments

Comments
 (0)