Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
katzj committed Jan 27, 2025
1 parent 35c121f commit 3990f90
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

## [12.0.0] - 2025-01-27

### 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.1] - 2024-12-20

Expand Down
2 changes: 1 addition & 1 deletion lib/bibliothecary/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Bibliothecary
VERSION = "11.0.1"
VERSION = "12.0.0"
end

0 comments on commit 3990f90

Please sign in to comment.