diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f4b7f00..f92a8cd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +## [12.0.0] - 2024-11-2? + +### Removed + +- This is a MAJOR release in that it removes support for hackage, carthage, hex, clojar, and swiftpm + from Bibliothecary. We are no longer doing any network calls when using Bibliothecary and reimplementing + parsing for those file types natively is non-trivial. Patches welcome :-) + +### Changed + +- Rewrote conda and yarn parsers to be in process vs calling out over the network + ## [11.0.0] - 2024-11-22 ### Changed diff --git a/lib/bibliothecary/version.rb b/lib/bibliothecary/version.rb index 6795739e..b7cecafa 100644 --- a/lib/bibliothecary/version.rb +++ b/lib/bibliothecary/version.rb @@ -1,3 +1,3 @@ module Bibliothecary - VERSION = "11.0.0" + VERSION = "12.0.0" end