Skip to content

Commit

Permalink
fix: fix dropping fmt dependency (#1034)
Browse files Browse the repository at this point in the history
  • Loading branch information
cieslarmichal authored Jan 14, 2025
1 parent 1d4e1e7 commit 9c8521c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ genrule(
echo "#pragma once" > $@
echo '#define FAKER_CXX_VERSION_MAJOR 4' >> $@
echo '#define FAKER_CXX_VERSION_MINOR 0' >> $@
echo '#define FAKER_CXX_VERSION_PATCH 0' >> $@
echo '#define FAKER_CXX_VERSION "4.0.0"' >> $@
echo '#define FAKER_CXX_VERSION_PATCH 1' >> $@
echo '#define FAKER_CXX_VERSION "4.0.1"' >> $@
""",
)

Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file

## v4.0.1 (14.01.2025)

* fix dropping fmt dependency

## v4.0.0 (11.01.2025)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.22)
project(faker-cxx
LANGUAGES CXX
VERSION 4.0.0
VERSION 4.0.1
DESCRIPTION "C++ Faker library for generating fake (but realistic) data."
HOMEPAGE_URL "https://github.com/cieslarmichal/faker-cxx")

Expand Down
1 change: 0 additions & 1 deletion externals/fmt
Submodule fmt deleted from 4b8e28

0 comments on commit 9c8521c

Please sign in to comment.