Skip to content

Commit e335258

Browse files
committed
Release 0.6.0
1 parent e23280a commit e335258

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 0.6.0
4+
5+
_2026-02-10_
6+
7+
- Add imapA and imapB methods
8+
- Upgrade to circe 0.14.15
9+
- Upgrade to ciris 3.12.0
10+
- Upgrade to munit 1.2.2
11+
- Upgrade to sbt 1.12.2
12+
- Upgrade to sbt-houserules 0.11.10
13+
- Upgrade to sbt-scalajs 1.20.2
14+
315
## 0.5.0
416

517
_2025-09-28_

modules/core/src/main/scala/io/taig/enumeration/ext/Mapping.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ package io.taig.enumeration.ext
22

33
import cats.Eq
44
import cats.Inject
5+
import cats.Invariant
56
import cats.Order
67
import cats.data.NonEmptyList
78
import cats.data.NonEmptyMap
89
import cats.syntax.all.*
910

1011
import scala.annotation.targetName
11-
import cats.Invariant
1212

1313
sealed abstract class Mapping[A, B] extends Inject[A, B]:
1414
self =>

0 commit comments

Comments
 (0)