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- ## Unreleased
6+ ## 2.3.5 - 2026-01-02
77
8- ## 2.2.4 - 2025-02-01
8+ ### Added
9+
10+ - Implement migrations component.
11+
12+ ## 2.2.5 - 2025-02-01
913
1014### Changed
1115
Original file line number Diff line number Diff line change 1- (defproject net.clojars.macielti /postgresql-component " 2.2 .5"
1+ (defproject net.clojars.macielti /postgresql-component " 2.3 .5"
22
33 :description " PostgreSQL Component"
44
Original file line number Diff line number Diff line change 11(ns postgresql-component.migrations
2- (:require [pg.migration.core :as migrations ]
3- [clojure.tools.logging :as log ]
4- [integrant. core :as ig ]))
2+ (:require [clojure.tools.logging :as log ]
3+ [integrant.core :as ig ]
4+ [pg.migration. core :as migrations ]))
55
66(defmethod ig /init-key ::postgresql-migrations
77 [_ {:keys [components]}]
You can’t perform that action at this time.
0 commit comments