Skip to content

Commit

Permalink
Forward vibe:data to vibe-serialization.
Browse files Browse the repository at this point in the history
The code is now in the vibe-serialization repository.
  • Loading branch information
s-ludwig committed Feb 16, 2024
1 parent 93422d4 commit d780266
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 9,423 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Changelog
v0.9.8 - 2024-02-16
-------------------

The most visible change of this release is the absence of most deprecation warnings related to `scope` ("DIP1000"). Also, REST interface are now required to be `@safe` and the new `vibe-container` packages provides some commonly used containers without any extra dependencies.

### Features and improvements ###

- More work on DIP1000/`scope` deprecation warnings - [pull #2746][issue2746], [pull #2747][issue2747]
Expand Down
5 changes: 1 addition & 4 deletions data/dub.sdl
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
name "data"
description "Data format and serialization support"
dependency "vibe-container" version=">=1.2.2 <2.0.0-0"
targetType "library"
sourcePaths "."
importPaths "."
dependency "vibe-serialization" version=">=1.0.0-0 <2.0.0-0"
Loading

0 comments on commit d780266

Please sign in to comment.