Skip to content

0.3.0

Compare
Choose a tag to compare
@flosell flosell released this 31 Aug 08:10
· 34 commits to master since this release
  • API Changes:
    • Changed interface for cctray-xml-for to match that of cctray-handler-for:

      (:require [lambdacd-cctray.core :as cctray])
      
      (let [pipeline (lambdacd/assemble-pipeline pipeline/pipeline-def {})
            cctray-xml (cctray/cctray-xml-for pipeline "http://some-base-url")