File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file. This change log follows the conventions
44of [ keepachangelog.com] ( http://keepachangelog.com/ ) .
55
6+ ## 2.3.6 - 2026-01-02
7+
8+ ### Changed
9+
10+ - Add missing dependency.
11+
612## 2.3.5 - 2026-01-02
713
814### Added
Original file line number Diff line number Diff line change 1- (defproject net.clojars.macielti /postgresql-component " 2.3.5 "
1+ (defproject net.clojars.macielti /postgresql-component " 2.3.6 "
22
33 :description " PostgreSQL Component"
44
1414 :dependencies [[org.clojure/clojure " 1.12.4" ]
1515 [io.pedestal/pedestal.interceptor " 0.8.1" ]
1616 [com.github.igrishaev/pg2-core " 0.1.41" ]
17+ [com.github.igrishaev/pg2-migration " 0.1.41" ]
1718 [org.clojure/tools.logging " 1.3.1" ]
1819 [integrant " 1.0.1" ]]
1920
2021 :profiles {:dev {:resource-paths ^:replace [" test/resources" ]
2122
2223 :test-paths ^:replace [" test/unit" " test/integration" " test/helpers" ]
2324
24- :dependencies [[com.github.igrishaev/pg2-migration " 0.1.41" ]
25- [nubank/matcher-combinators " 3.9.2" ]
25+ :dependencies [[nubank/matcher-combinators " 3.9.2" ]
2626 [org.slf4j/slf4j-api " 2.0.17" ]
2727 [ch.qos.logback/logback-classic " 1.5.23" ]
2828 [prismatic/schema " 1.4.1" ]
You can’t perform that action at this time.
0 commit comments