Skip to content

Commit ff2d045

Browse files
bolt12coot
authored andcommitted
Bump package versions
Only bump package versions that needed changes after the repository restructurization.
1 parent 6085c03 commit ff2d045

File tree

12 files changed

+68
-13
lines changed

12 files changed

+68
-13
lines changed

cardano-client/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revision history for cardano-client
22

3+
## 0.1.0.2 -- 2023-01-25
4+
5+
* Update dependencies after repository restructure
6+
37
## 0.1.0.0 -- 2020-05-18
48

59
* Initial release

cardano-client/cardano-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: cardano-client
4-
version: 0.1.0.0
4+
version: 0.1.0.2
55
synopsis: An API for ouroboros-network
66
description: An API for ouroboros-network.
77
license: Apache-2.0

cardano-ping/cardano-ping.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ library
2828
bytestring >=0.10 && <0.12,
2929
contra-tracer >=0.1 && <0.2,
3030
io-classes >=0.3 && <0.4,
31-
network-mux >=0.2 && <0.3,
31+
network-mux >=0.3 && <0.4,
3232
strict-stm >=0.2 && <0.3,
3333
tdigest >=0.2.1.1 && <0.3,
3434
text >=1.2.4 && <2.1,

network-mux/CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Revision history for mux
22

3-
## 0.1.0.0 -- YYYY-mm-dd
3+
## 0.3.0.0 -- 2023-01-25
44

5-
* First version. Released on an unsuspecting world.
5+
* Provide a `MakeBearer` newtype: a function to constructs a `MuxBearer`.
6+
* Fix NodeToNodeV10 support
7+
* Fix invalid Haddock markup
8+
* Support `ghc-9.2`
9+
10+
## 0.2.0.0 -- 2022-11-11
11+
12+
* Bump versions of packages
13+
* Platform independent TCP info trace

network-mux/network-mux.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: network-mux
4-
version: 0.2.0.0
4+
version: 0.3.0.0
55
synopsis: Multiplexing library
66
description: Multiplexing library.
77
license: Apache-2.0

ouroboros-consensus-cardano/ouroboros-consensus-cardano.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ library
5656
, cardano-protocol-tpraos
5757
, cardano-slotting
5858

59-
, ouroboros-network ^>= 0.2
59+
, ouroboros-network ^>= 0.4
6060
, ouroboros-consensus
6161
, ouroboros-consensus-byron
6262
, ouroboros-consensus-protocol

ouroboros-consensus-diffusion/ouroboros-consensus-diffusion.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ library
9090
, io-classes ^>=0.3
9191
, typed-protocols
9292
, ouroboros-network-api ^>=0.1
93-
, ouroboros-network-framework ^>=0.2
93+
, ouroboros-network-framework ^>=0.3
9494
, ouroboros-network-protocols ^>=0.2
95-
, ouroboros-network ^>=0.2
95+
, ouroboros-network ^>=0.4
9696
, ouroboros-consensus ^>=0.1
9797

9898
ghc-options: -Wall

ouroboros-network-api/ouroboros-network-api.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ library
6464
contra-tracer,
6565

6666
io-classes ^>=0.3,
67-
network-mux ^>=0.2,
67+
network-mux ^>=0.3,
6868
strict-stm ^>=0.2,
6969
typed-protocols ^>=0.1,
7070

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Revision history for ouroboros-network-framework
22

3+
## 0.3.0.0 -- 2023-01-25
4+
5+
* Removed `toBearer` method of `Snocket`, instead the `Ouroboros.Network.Snocket` module exposes `makeSocketBearer`, `makeLocalBearer` and re-exports `MakeBearer` newtype wrapper.
6+
* Update dependencies after repository restructure.
7+
* Added `ipv6` cabal flag.
8+
* Support `ghc-9.2`
9+
10+
## 0.2.0.0 -- YYYY-MM-DD
11+
12+
* Export `WithAddr` from `Simulation.Network.Snocket`
13+
* Use `io-sim-0.3.0.0`
14+
* `ExceptionInHandler` is an existential type which makes it easier to catch.
15+
* Connection handler rethrows exceptions wrapped in `ExceptionInHandler`.
16+
* We don't configure sockets in `bind` method anymore, many functions accept an argument to configure a socket, e.g. `ConnectionManagerArguments`. Added `configureSocket`, `configureSystemdSocket` and `configureOutboundSocket` functions in `Ouroboros.Network.Socket` module. Also added `SystemdSocketTracer`
17+
* Removed `StructLinger` (it's available from the `network-3.1.2.2` package)
18+
* Renamed `TrError` as `TrConnectionHandlerError` which is a constructor of `ConnectionHandlerTrace` type.
19+
* Changed `Show` instance of `TestAddress`
20+
* Removed `TrUnknownConnection` trace (connection-manager).
21+
* Changed type of `serverInboundIdleTimeout` field of `ServerArguments` from `DiffTime` to `Maybe DiffTime`.
22+
* Renamed `Ouroboros.Network.Mux.TokProtocolTemperature` as `Ouroboros.Network.Mux.SingProtocolTemperature`.
23+
* Renamed `Ouroboros.Network.Mux.Bundle` as `Ouroboros.Network.Mux.TemperatureBundle`.
24+
* Connection manager's `ControlChannel` type changed (internal).
25+
326
## 0.1.0.0 -- YYYY-mm-dd
427

528
* First version. Released on an unsuspecting world.

ouroboros-network-framework/ouroboros-network-framework.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: ouroboros-network-framework
4-
version: 0.2.0.0
4+
version: 0.3.0.0
55
synopsis: Ouroboros network framework
66
description: Ouroboros network framework.
77
license: Apache-2.0
@@ -89,7 +89,7 @@ library
8989
, monoidal-synchronisation
9090
>=0.1 && < 0.2
9191
, network >=3.1.2.2 && < 3.2
92-
, network-mux ^>=0.2
92+
, network-mux ^>=0.3
9393
, ouroboros-network-api
9494
^>=0.1
9595
, ouroboros-network-testing

0 commit comments

Comments
 (0)