ogma-language-copilot 1.5.0 → 1.6.0
raw patch · 2 files changed
+12/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−0
- ogma-language-copilot.cabal +7/−1
CHANGELOG.md view
@@ -1,5 +1,10 @@ # Revision history for ogma-language-copilot +## [1.6.0] - 2025-01-21++* Version bump 1.6.0 (#208).+* Add repository information to cabal package (#148).+ ## [1.5.0] - 2024-11-21 * Version bump 1.5.0 (#178).
ogma-language-copilot.cabal view
@@ -32,8 +32,9 @@ build-type: Simple name: ogma-language-copilot-version: 1.5.0+version: 1.6.0 homepage: https://github.com/nasa/ogma+bug-reports: https://github.com/nasa/ogma/issues license: OtherLicense license-file: LICENSE.pdf author: Ivan Perez, Alwyn Goodloe@@ -57,6 +58,11 @@ -- Because this is a NASA project, we want to make sure that users obtain -- exactly what we publish, unmodified by anyone external to our project. x-curation: uncurated++source-repository head+ type: git+ location: git@github.com:nasa/ogma.git+ subdir: ogma-language-copilot library