Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
Belphemur committed Sep 21, 2023
1 parent b3d333f commit 865ff84
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to
[Semantic Versioning](https://semver.org).

## 4.6.0
- Add fallback on manga updates when anilist isn't available

## 4.5.9
- Fix conversion of webp
- Update version of webp
Expand Down
2 changes: 1 addition & 1 deletion constant/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package constant

const (
Mangal = "mangal"
Version = "4.5.9"
Version = "4.6.0"
UserAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36"
)
2 changes: 2 additions & 0 deletions provider/asurascans/asurascans_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"github.com/belphemur/mangal/key"
"github.com/belphemur/mangal/provider/generic"
"github.com/belphemur/mangal/provider/generic/headless"
"github.com/belphemur/mangal/util"
. "github.com/smartystreets/goconvey/convey"
"github.com/spf13/viper"
"testing"
Expand All @@ -15,6 +16,7 @@ func init() {
}

func TestAsurascans(t *testing.T) {
util.SkipCI(t)
defer headless.GetTransportSingleton().Close()
Convey("Given a asurascans instance", t, func() {
asurascans := generic.New(Config)
Expand Down

0 comments on commit 865ff84

Please sign in to comment.