Skip to content

Commit

Permalink
2024-04 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
thequailman committed Apr 1, 2024
1 parent 04c4ed1 commit 53418d1
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
3 changes: 2 additions & 1 deletion go/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ import (
"os"
"time"

"github.com/candiddev/shared/go/cli"
"github.com/candiddev/shared/go/errs"
"github.com/candiddev/shared/go/logger"
"github.com/fsnotify/fsnotify"
)

func run(ctx context.Context, args []string, c *config) errs.Err { //nolint: gocognit
func run(ctx context.Context, args []string, _ cli.Flags, c *config) errs.Err { //nolint: gocognit
c.Input = args[1]

if args[0] == "watch" {
Expand Down
1 change: 1 addition & 0 deletions go/yaml_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ translations: null
for name, tc := range tests {
t.Run(name, func(t *testing.T) {
logger.SetStd()

err := tc.tra.validate(ctx, &config{
CheckCode: tc.checkCode,
FailWarn: tc.failWarn,
Expand Down
15 changes: 15 additions & 0 deletions hugo/content/blog/whats-new-202404.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
author: Mike
date: 2024-04-01
description: Release notes for YAML8n v2024.04.
tags:
- release
title: "What's New in YAML8n: v2024.04"
type: blog
---

{{< yaml8n-release version="2024.04" >}}

## Enhancements

- Updated Go to 1.22.1.
2 changes: 1 addition & 1 deletion shared
Submodule shared updated from 563d7c to 81a859

0 comments on commit 53418d1

Please sign in to comment.