2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-05-02 15:28:52 +00:00

Merge branch 'main' of github.com:inventree/inventree-website

This commit is contained in:
Oliver Walters 2023-04-17 22:25:52 +10:00
commit 56e48d3fe0
3 changed files with 16 additions and 10 deletions

View File

@ -1,7 +1,7 @@
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
activesupport (7.0.4.1) activesupport (7.0.4.3)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2) i18n (>= 1.6, < 2)
minitest (>= 5.1) minitest (>= 5.1)
@ -9,7 +9,7 @@ GEM
addressable (2.8.1) addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0) public_suffix (>= 2.0.2, < 6.0)
colorator (1.1.0) colorator (1.1.0)
concurrent-ruby (1.1.10) concurrent-ruby (1.2.2)
em-websocket (0.5.3) em-websocket (0.5.3)
eventmachine (>= 0.12.9) eventmachine (>= 0.12.9)
http_parser.rb (~> 0) http_parser.rb (~> 0)
@ -73,9 +73,7 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3) rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10) rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0) mercenary (0.4.0)
minitest (5.17.0) minitest (5.18.0)
nokogiri (1.14.0-aarch64-linux)
racc (~> 1.4)
nokogiri (1.14.0-x86_64-linux) nokogiri (1.14.0-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
parallel (1.22.1) parallel (1.22.1)
@ -96,7 +94,7 @@ GEM
unicode-display_width (>= 1.1.1, < 3) unicode-display_width (>= 1.1.1, < 3)
typhoeus (1.4.0) typhoeus (1.4.0)
ethon (>= 0.9.0) ethon (>= 0.9.0)
tzinfo (2.0.5) tzinfo (2.0.6)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2) unicode-display_width (2.4.2)
webrick (1.7.0) webrick (1.7.0)

View File

@ -1,15 +1,15 @@
stats: stats:
- name: Docker pulls - name: Docker pulls
number: 2263033 number: 2328330
icon: fa-brands fa-docker icon: fa-brands fa-docker
- name: GitHub Stars - name: GitHub Stars
number: 2483 number: 2620
icon: fa-solid fa-star icon: fa-solid fa-star
- name: Forks - name: Forks
number: 398 number: 414
icon: fa-solid fa-code-branch icon: fa-solid fa-code-branch
- name: Contributors - name: Contributors
number: 54 number: 55
icon: fa-solid fa-hands-helping icon: fa-solid fa-hands-helping
- name: Languages - name: Languages
number: 26 number: 26

View File

@ -0,0 +1,8 @@
---
author: SchrodingersGat
title: 0.10.1 Bugfix Release
---
The InvenTree development team is pleased to announce the 0.10.1 bugfix release.
This release fixes a small number of critical bugs, backported from the master branch. The complete release notes can be [found on Github](https://github.com/inventree/InvenTree/releases/tag/0.10.1).